diff options
-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 0d55d14..86006d7 100755 --- a/tools/checkperms/checkperms.py +++ b/tools/checkperms/checkperms.py @@ -36,6 +36,7 @@ WHITELIST_EXTENSIONS = [ 'py', 'rb', 'sh', + 'sed', ] # Files that end the following paths are whitelisted too. |