diff options
Diffstat (limited to 'tools/checkperms/checkperms.py')
-rwxr-xr-x | tools/checkperms/checkperms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py index abd48b6..0d55d14 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -86,6 +86,7 @@ WHITELIST_FILENAMES = set(( # File paths that contain these regexps will be whitelisted as well. WHITELIST_REGEX = [ + re.compile('/third_party/openssl/'), re.compile('/third_party/sqlite/'), re.compile('/third_party/xdg-utils/'), re.compile('/third_party/yasm/source/patched-yasm/config'), |