mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/auditd: Use new default socket path
The default path of the audisp socket was chanegd in 4ade1466f9
This commit is contained in:
parent
1884f0fa52
commit
f063f32450
2 changed files with 2 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ in
|
|||
path = lib.getExe' pkgs.audit "audisp-af_unix";
|
||||
args = [
|
||||
"0640"
|
||||
"/var/run/audispd_events"
|
||||
"/run/audit/audispd_events"
|
||||
"string"
|
||||
];
|
||||
format = "binary";
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
t.assertIn("backlog_limit 512", audit_status)
|
||||
|
||||
with subtest("unix socket plugin activated"):
|
||||
machine.succeed("stat /var/run/audispd_events")
|
||||
machine.succeed("stat /run/audit/audispd_events")
|
||||
|
||||
with subtest("Custom rule produces audit traces"):
|
||||
machine.succeed("hello")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue