security.audit.rules

NixOS option

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

type: list of string
Default
[ ]
Example
[
  "-a exit,always -F arch=b64 -S execve"
]
declared in: nixos/modules/security/audit.nixView source on NixOS/nixpkgs →