| Index: tools/checkperms/checkperms.py
|
| diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py
|
| index abd48b655fb7556208f7e552f2416b5d32feda2c..0d55d144e31fbec836ef6461ce825a02c49ebdd9 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'),
|
|
|