Add update-notifier -> pkexec exception

This commit is contained in:
Thomas Stromberg 2022-10-25 09:20:18 -04:00
parent 159c864e58
commit e6a24545c2
Failed to extract signature

View File

@ -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'
)