Ignore:
Timestamp:
Sep 18, 2015, 7:39:03 PM (10 years ago)
Author:
katerina
Message:

Fix for tickets #386 (silent check) and #387 (linux audit support).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/samhain.h

    r481 r488  
    134134#undef  BAD
    135135#define BAD   S_FALSE
     136
     137#define SH_SILENT_FULL 2
     138#define SH_SILENT_STD  1
    136139
    137140
     
    398401extern volatile  int      sig_termfast;           /* SIGTERM */
    399402extern volatile  int      sig_force_check;        /* SIGTTOU */
     403extern volatile  int      sig_force_silent;       /* SIGTSTP */
     404extern volatile  int      sh_global_check_silent;
    400405extern volatile  int      sh_load_delta_flag;
    401406
Note: See TracChangeset for help on using the changeset viewer.