Disable auditd on server hosts
This commit is contained in:
parent
8504c06610
commit
162e7bc114
@ -18,13 +18,13 @@
|
||||
webroot = "/var/lib/acme/acme-challenge";
|
||||
};
|
||||
};
|
||||
auditd.enable = true;
|
||||
audit = {
|
||||
enable = true;
|
||||
rules = [
|
||||
"-a exit,always -F arch=b64 -S execve"
|
||||
];
|
||||
};
|
||||
# auditd.enable = true;
|
||||
# audit = {
|
||||
# enable = true;
|
||||
# rules = [
|
||||
# "-a exit,always -F arch=b64 -S execve"
|
||||
# ];
|
||||
# };
|
||||
};
|
||||
|
||||
systemd = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user