We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0ab84 commit 7069adaCopy full SHA for 7069ada
nixos/server/configuration.nix
@@ -252,6 +252,7 @@ in {
252
"-a exit,always -F arch=b64 -S execve"
253
];
254
environment.etc."audit/auditd.conf".text = ''
255
+ log_file = /var/log/audit/audit.log # can be removed once https://github.com/CISOfy/lynis/pull/1594 is merged
256
space_left = 10%
257
space_left_action = ignore
258
admin_space_left = 5%
0 commit comments