Mondoo Docs

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 value

Relationships

Mini Map
Operating System
3 resources · 2 relationshipsClick to select, expand fields to see properties.

Fields (2)

FieldTypeDescription
flagrequired
stringthe flag used for this control, i.e. the first part of the control including any leading `-`
valuerequired
stringthe value of the control which may be specified