Add exception for snap container mounts

This commit is contained in:
Thomas Stromberg 2022-11-16 10:39:21 -05:00
parent f36b74c487
commit e8ee572311
Failed to extract signature

View File

@ -58,6 +58,7 @@ WHERE
) )
AND parent_path NOT LIKE '/app/extra/%' AND parent_path NOT LIKE '/app/extra/%'
AND parent_path NOT LIKE '/opt/homebrew/Cellar/%' AND parent_path NOT LIKE '/opt/homebrew/Cellar/%'
AND parent_path NOT LIKE '/tmp/.mount_%/%'
AND NOT ( AND NOT (
parent_name LIKE 'kworker/%+events_unbound' parent_name LIKE 'kworker/%+events_unbound'
AND child_name IN ('modprobe') AND child_name IN ('modprobe')