Changeset 76 for trunk/man


Ignore:
Timestamp:
Dec 19, 2006, 10:01:59 PM (18 years ago)
Author:
rainer
Message:

Fix for ticket #38 (csv escaping) and #39 (building on cygwin). Also optimize a bit.

Location:
trunk/man
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/man/samhain.8

    r27 r76  
    6060.B samhain
    6161\-c | \-\-copyright
     62
     63.B samhain
     64\-v | \-\-version
    6265
    6366.B samhain
     
    325328
    326329.B samhain
     330\-v | \-\-version
     331
     332Show version and compiled-in options.
     333
     334.B samhain
    327335\-h | \-\-help
    328336
    329 Print supported options (depending on compilation options).
     337Print supported command line options (depending on compilation options).
    330338
    331339.B samhain
  • trunk/man/samhainrc.5

    r27 r76  
    304304Limit files per seconds for SUID check.
    305305.TP
     306.I "[Mounts]"
     307Configuration for checking mounts.
     308.br
     309.BI MountCheckActive= 0|1
     310Switch off/on this module.
     311.br
     312.BI MountCheckInterval= seconds
     313  The interval between checks (default 300).
     314.br
     315.BI SeverityMountMissing= severity
     316Severity for reports on missing mounts.
     317.br
     318.BI SeverityOptionMissing= severity
     319Severity for reports on missing mount options.
     320.br
     321.BI CheckMount= path
     322[mount_options]
     323.br
     324Mount point to check. Mount options must be given as
     325comma-separated list, separated by a blank from the preceding mount point.
     326.TP
     327.I "[UserFiles]"
     328Configuration for checking paths relative to user home directories.
     329.br
     330.BI UserFilesActive= 0|1
     331Switch off/on this module.
     332.br
     333.BI UserFilesName= filename
     334policy
     335.br
     336Files to check for under each $HOME. Allowed values for 'policy'
     337are: allignore, attributes, logfiles, loggrow, noignore (default),
     338readonly, user0, user1, user2, user3, and user4.
     339.br
     340.BI UserFilesCheckUids= uid_list
     341A list of UIDs where we want to check. The default
     342is all. Ranges (e.g. 100-500) are allowed. If there is an open range (e.g.
     3431000-), it must be last in the list.
     344.TP
     345.I "[ProcessCheck]"
     346Settings for finding hidden/fake,required processes on the local host.
     347.br
     348.BI ProcessCheckActive= 0|1
     349Switch off/on the check.
     350.br
     351.BI ProcessCheckInterval= seconds
     352  The interval between checks (default 300).
     353.br
     354.BI SeverityProcessCheck= severity
     355Severity for events (default crit).
     356.br
     357.BI ProcessCheckMinPID= pid
     358The minimum PID to check (default 0).
     359.br
     360.BI ProcessCheckMaxPID= pid
     361The maximum PID to check (default 32767).
     362.br
     363.BI ProcessCheckPSPath= path
     364The path to ps (autodetected at compile time).
     365.br
     366.BI ProcessCheckPSArg= argument
     367The argument to ps (autodetected at compile time).
     368Must yield PID in first column.
     369.br
     370.BI ProcessCheckExists= regular_expression
     371Check for existence of a process matching the given regular expression.
     372.TP
     373.I "[PortCheck]"
     374Settings for checking open ports on the local host.
     375.br
     376.BI PortCheckActive= 0|1
     377Switch off/on the check.
     378.br
     379.BI PortCheckInterval= seconds
     380  The interval between checks (default 300).
     381.br
     382.BI PortCheckUDP= yes|no
     383Whether to check UPD ports as well (default yes).
     384.br
     385.BI SeverityPortCheck= severity
     386Severity for events (default crit).
     387.br
     388.BI PortCheckInterface= ip_address
     389Additional interface to check.
     390.br
     391.BI PortCheckOptional= ip_address:list
     392Ports that may, but need not be open. The ip_address is the one
     393of the interface, the list must be
     394comma or whitespace separated, each item must be (port|service)/protocol,
     395e.g. 22/tcp,nfs/tcp/nfs/udp.
     396.br
     397.BI PortCheckRequired= ip_address:list
     398Ports that are required to be open. The ip_address is the one
     399of the interface, the list must be
     400comma or whitespace separated, each item must be (port|service)/protocol,
     401e.g. 22/tcp,nfs/tcp/nfs/udp.
     402.TP
    306403.I "[Database]"
    307404Settings for
Note: See TracChangeset for help on using the changeset viewer.