Disable auditd on server hosts
This commit is contained in:
parent
8504c06610
commit
162e7bc114
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user