Ignore:
Timestamp:
Oct 30, 2011, 9:18:31 AM (13 years ago)
Author:
katerina
Message:

Modifications for ticket #265 (inotify support). Needs testing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/samhain.h

    r295 r367  
    200200#define CLEAR_SH_FFLAG_SUIDCHK(a)   ((a) &= ~SH_FFLAG_SUIDCHK)
    201201
     202/* Flags for inotify
     203 */
     204#define SH_INOTIFY_USE      (1<<0)
     205#define SH_INOTIFY_DOSCAN   (1<<1)
     206#define SH_INOTIFY_NEEDINIT (1<<2)
     207
    202208
    203209/**************************************************
     
    282288  int    audit;
    283289  unsigned long aud_mask;
    284   int    hidefile;                 /* TRUE if file not reveled in log */
     290  int    hidefile;                 /* TRUE if file not shown in log   */
     291  int    inotify;                  /* Flags for inotify               */
    285292} sh_sh_flag;
    286293
Note: See TracChangeset for help on using the changeset viewer.