diff options
Diffstat (limited to 'tools/checkperms/checkperms.py')
-rwxr-xr-x | tools/checkperms/checkperms.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/checkperms/checkperms.py b/tools/checkperms/checkperms.py index 539f397..eedc08d 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -31,12 +31,14 @@ import sys WHITELIST_EXTENSIONS = [ 'bash', 'bat', + 'dll', 'dylib', + 'exe', 'pl', 'py', 'rb', - 'sh', 'sed', + 'sh', ] # Files that end the following paths are whitelisted too. |