summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/checkperms/checkperms.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py
index d8b59bd..66ed019 100755
--- a/tools/checkperms/checkperms.py
+++ b/tools/checkperms/checkperms.py
@@ -88,7 +88,9 @@ WHITELIST_FILENAMES = set((
'depcomp',
'install-sh',
'missing',
- 'mkinstalldirs'
+ 'mkinstalldirs',
+ 'scons',
+ 'naclsdk',
))
# File paths that contain these regexps will be whitelisted as well.