Disable auditd on server hosts

This commit is contained in:
Jordan Holt 2024-07-08 22:12:56 +01:00
parent 8504c06610
commit 162e7bc114
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -18,13 +18,13 @@
webroot = "/var/lib/acme/acme-challenge"; webroot = "/var/lib/acme/acme-challenge";
}; };
}; };
auditd.enable = true; # auditd.enable = true;
audit = { # audit = {
enable = true; # enable = true;
rules = [ # rules = [
"-a exit,always -F arch=b64 -S execve" # "-a exit,always -F arch=b64 -S execve"
]; # ];
}; # };
}; };
systemd = { systemd = {