mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2025-03-31 15:46:17 +00:00
Add update-notifier -> pkexec exception
This commit is contained in:
parent
159c864e58
commit
e6a24545c2
@ -53,3 +53,7 @@ WHERE
|
||||
p.name = 'fusermount3'
|
||||
AND parent_path = '/usr/lib/xdg-document-portal'
|
||||
)
|
||||
AND NOT (
|
||||
p.name = 'pkexec'
|
||||
AND parent_path = '/usr/bin/update-notifier'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user