MyNixOS website logo
option

security.audit.rules

The ordered audit rules, with each string appearing as one line of the audit.rules file.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-a exit,always -F arch=b64 -S execve"
]