mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-01-10 07:39:26 +00:00
Add exception for snap container mounts
This commit is contained in:
parent
f36b74c487
commit
e8ee572311
@ -58,6 +58,7 @@ WHERE
|
||||
)
|
||||
AND parent_path NOT LIKE '/app/extra/%'
|
||||
AND parent_path NOT LIKE '/opt/homebrew/Cellar/%'
|
||||
AND parent_path NOT LIKE '/tmp/.mount_%/%'
|
||||
AND NOT (
|
||||
parent_name LIKE 'kworker/%+events_unbound'
|
||||
AND child_name IN ('modprobe')
|
||||
|
Loading…
Reference in New Issue
Block a user