Add exceptions for /Library/Python and /Library/Caches/.0%

This commit is contained in:
Thomas Stromberg 2022-10-20 13:14:37 -04:00
parent a973dcbcf2
commit 8e1569164a
Failed to extract signature
1 changed files with 2 additions and 1 deletions

View File

@ -93,6 +93,7 @@ WHERE
'/Library/Preferences/.GlobalPreferences.plist',
'/Library/Printers/',
'/Library/PrivilegedHelperTools/',
'/Library/Python/',
'/Library/QuickLook/',
'/Library/Receipts/',
'/Library/Ruby/',
@ -122,4 +123,4 @@ WHERE
'/Library/WebServer/Documents/index.html.en',
'/Library/WebServer/share/'
)
AND NOT file.path LIKE '/Library/Caches/.00%'
AND NOT file.path LIKE '/Library/Caches/.0%'