You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
On NixOS, certain executables are wrapped, meaning the executable in PATH is just a symlink to an executable named in the following way /nix/store/<hash>/bin/.<program>-wrapped. As you can see, this will cause auditd-sus-exec to trigger because the name of the executable starts with a .
To Reproduce
cscli collections install crowdsecurity/auditd
nix run nixpkgs#bat
Expected behavior auditd-sus-exec is not triggered
Additional context
Here's the output of cscli inspect -d <id> after running the reproduction steps:
Describe the bug
On NixOS, certain executables are wrapped, meaning the executable in
PATH
is just a symlink to an executable named in the following way/nix/store/<hash>/bin/.<program>-wrapped
. As you can see, this will causeauditd-sus-exec
to trigger because the name of the executable starts with a.
To Reproduce
cscli collections install crowdsecurity/auditd
nix run nixpkgs#bat
Expected behavior
auditd-sus-exec
is not triggeredAdditional context
Here's the output of
cscli inspect -d <id>
after running the reproduction steps:The text was updated successfully, but these errors were encountered: