mirror of
https://github.com/chainguard-dev/osquery-defense-kit
synced 2024-12-13 09:34:34 +00:00
Add exceptions for /Library/Python and /Library/Caches/.0%
This commit is contained in:
parent
a973dcbcf2
commit
8e1569164a
@ -93,6 +93,7 @@ WHERE
|
|||||||
'/Library/Preferences/.GlobalPreferences.plist',
|
'/Library/Preferences/.GlobalPreferences.plist',
|
||||||
'/Library/Printers/',
|
'/Library/Printers/',
|
||||||
'/Library/PrivilegedHelperTools/',
|
'/Library/PrivilegedHelperTools/',
|
||||||
|
'/Library/Python/',
|
||||||
'/Library/QuickLook/',
|
'/Library/QuickLook/',
|
||||||
'/Library/Receipts/',
|
'/Library/Receipts/',
|
||||||
'/Library/Ruby/',
|
'/Library/Ruby/',
|
||||||
@ -122,4 +123,4 @@ WHERE
|
|||||||
'/Library/WebServer/Documents/index.html.en',
|
'/Library/WebServer/Documents/index.html.en',
|
||||||
'/Library/WebServer/share/'
|
'/Library/WebServer/share/'
|
||||||
)
|
)
|
||||||
AND NOT file.path LIKE '/Library/Caches/.00%'
|
AND NOT file.path LIKE '/Library/Caches/.0%'
|
||||||
|
Loading…
Reference in New Issue
Block a user