mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-07 13:59:26 +00:00
Allow -sP /usr/sbin/firewalld
This commit is contained in:
parent
8047c88374
commit
b8d66ae814
@ -46,9 +46,8 @@ WHERE
|
||||
)
|
||||
AND child_cmd NOT IN (
|
||||
'/nix/var/nix/profiles/default/bin/nix-daemon',
|
||||
'/run/current-system/systemd/lib/systemd/systemd',
|
||||
'/usr/bin/python3 -s /usr/sbin/firewalld',
|
||||
'/usr/bin/python3 -s /usr/sbin/firewalld --nofork --nopid'
|
||||
'/run/current-system/systemd/lib/systemd/systemd'
|
||||
)
|
||||
AND child_cmd NOT LIKE '/usr/bin/python3 -s%/usr/sbin/firewalld%'
|
||||
GROUP BY
|
||||
pmm.pid
|
||||
|
Loading…
Reference in New Issue
Block a user