Changeset 481 for trunk/man/samhainrc.5
- Timestamp:
- Jul 18, 2015, 5:06:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/man/samhainrc.5
r169 r481 253 253 by same user, and logouts. 254 254 .TP 255 .I "[Kernel]"256 Configuration for detecting kernel rootkits.257 .br258 .BI KernelCheckActive= 0|1259 Switch off/on checking of kernel syscalls to detect kernel module rootkits.260 .br261 .BI KernelCheckInterval= val262 Interval (seconds) between checks.263 .br264 .BI SeverityKernel= val265 Severity level for clobbered kernel syscalls.266 .br267 .BI KernelCheckIDT= 0|1268 Whether to check the interrrupt descriptor table.269 .br270 .BI KernelSystemCall= address271 The address of system_call (grep system_call System.map).272 Required after a kernel update.273 .br274 .BI KernelProcRoot= address275 The address of proc_root (grep ' proc_root$' System.map).276 Required after a kernel update.277 .br278 .BI KernelProcRootIops= address279 The address of proc_root_inode_operations280 (grep proc_root_inode_operations System.map).281 Required after a kernel update.282 .br283 .BI KernelProcRootLookup= address284 The address of proc_root_lookup (grep proc_root_lookup System.map).285 Required after a kernel update.286 .TP287 255 .I "[SuidCheck]" 288 256 Settings for finding SUID/SGID files on disk. … … 473 441 Set type of message authentication code (HMAC). 474 442 Must be identical on client and server. 443 .br 444 .BI StartupLoadDelay= val 445 Defines the interval (in seconds) to wait after startup before 446 loading the databse from the server. Default is no wait. 475 447 .br 476 448 .BI SetLoopTime= val
Note:
See TracChangeset
for help on using the changeset viewer.