auditd (Linux Audit Daemon) rule for a control
We translate these into simple key-value pairs consisting of a flag and a value eg: --backlog_wait_time 60000 => (flag: "--backlog_wait_time", value: "60000") eg: -b 8192 => (flag: "-b", value: "8192") eg: -D => (flag: "-D", value: nil)
Operating SystemPrivate Resource
auditd (Linux Audit Daemon) rule for a control
We translate these into simple key-value pairs consisting of a flag and a value eg: --backlog_wait_time 60000 => {flag: "--backlog_wait_time", value: "60000"} eg: -b 8192 => {flag: "-b", value: "8192"} eg: -D => {flag: "-D", value: nil}
Min version: 9.0.0Defaults:
flag valueRelationships
3 resources · 2 relationships·Click to select, expand fields to see properties.
Fields (2)
| Field | Type | Description |
|---|---|---|
flagrequired | string | the flag used for this control, i.e. the first part of the control including any leading `-` |
valuerequired | string | the value of the control which may be specified |