Changeset 481 for trunk/man


Ignore:
Timestamp:
Jul 18, 2015, 5:06:52 PM (9 years ago)
Author:
katerina
Message:

Enhancements and fixes for tickets #374, #375, #376, #377, #378, and #379.

Location:
trunk/man
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/man/samhain.8

    r169 r481  
    1 .TH SAMHAIN 8 "07 August 2004" "" "Samhain manual"
     1.TH SAMHAIN 8 "26 June 2015" "" "Samhain manual"
    22.SH NAME
    33samhain \- check file integrity
     
    2121} [\-D | \-\-daemon | \-\-foreground] [\-\-forever] [\-r DEPTH,\-\-recursion=DEPTH] [log-options]
    2222
     23.B samhain
     24[ \-p threshold ] {
     25.I \-\-verify\-database=database
     26}
     27
     28.B samhain
     29[ \-p threshold ] {
     30.I \-\-create\-database=file\-list
     31}
     32
     33
     34
    2335.SS "LISTING THE DATABASE"
    2436.PP
     
    2739[\-a | \-\-full\-detail]
    2840[\-\-delimited]
     41[\-\-binary]
     42[\-\-list\-filter=file]
    2943\-d
    3044.IR file |
     
    245259configuration file.
    246260
     261.PP
     262.B samhain
     263[ \-p\ threshold ]
     264.I "\-\-verify\-database=database"
     265
     266Check the filesystem against the database given as argument,
     267and exit with an appropriate exit status. The configuration file
     268will
     269.B not
     270be read.
     271
     272.PP
     273.B samhain
     274[ \-p\ threshold ]
     275.I "\-\-create\-database=file\-list"
     276
     277Initialize a database from the given file list.
     278The configuration file
     279will
     280.B not
     281be read. The policy used will be
     282.I ReadOnly.
     283File content will be stored for a file
     284if its path in the list is preceded with a
     285.B +
     286sign.
     287
    247288.SS "OPTIONS FOR LISTING THE DATABASE"
    248289.PP
     
    267308List all informations for each file, in a comma-separated format.
    268309Must precede the \-d option.
     310.TP
     311[\-\-binary]
     312List data in the binary format of the database, thus writing another
     313database.
     314Must precede the \-d option.
     315.TP
     316.RI [\-\-list\-filter= file ]
     317Filter the output of the database listing by a list of files given
     318in a text file. Together with \-\-binary this allows to write a
     319partial database. Must precede the \-d option.
    269320.TP
    270321.RI [\-\-list\-file= file ]
  • trunk/man/samhainrc.5

    r169 r481  
    253253by same user, and logouts.
    254254.TP
    255 .I "[Kernel]"
    256 Configuration for detecting kernel rootkits.
    257 .br
    258 .BI KernelCheckActive= 0|1
    259 Switch off/on checking of kernel syscalls to detect kernel module rootkits.
    260 .br
    261 .BI KernelCheckInterval= val
    262 Interval (seconds) between checks.
    263 .br
    264 .BI SeverityKernel= val
    265 Severity level for clobbered kernel syscalls.
    266 .br
    267 .BI KernelCheckIDT= 0|1
    268 Whether to check the interrrupt descriptor table.
    269 .br
    270 .BI KernelSystemCall= address
    271 The address of system_call (grep system_call System.map).
    272 Required after a kernel update.
    273 .br
    274 .BI KernelProcRoot= address
    275 The address of proc_root (grep ' proc_root$' System.map).
    276 Required after a kernel update.
    277 .br
    278 .BI KernelProcRootIops= address
    279 The address of proc_root_inode_operations
    280 (grep proc_root_inode_operations System.map).
    281 Required after a kernel update.
    282 .br
    283 .BI KernelProcRootLookup= address
    284 The address of proc_root_lookup (grep proc_root_lookup System.map).
    285 Required after a kernel update.
    286 .TP
    287255.I "[SuidCheck]"
    288256Settings for finding SUID/SGID files on disk.
     
    473441Set type of message authentication code (HMAC).
    474442Must be identical on client and server.
     443.br
     444.BI StartupLoadDelay= val
     445Defines the interval (in seconds) to wait after startup before
     446loading the databse from the server. Default is no wait.
    475447.br
    476448.BI SetLoopTime= val
Note: See TracChangeset for help on using the changeset viewer.