diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-26 13:07:02 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2014-05-26 13:07:02 +1200 |
commit | c6d77ae5cf3c069a91803cf6d8be63cdd59fcb6f (patch) | |
tree | 76c04c9c41c829596236c3bed4c4272cda40ebe3 /bin | |
parent | Add notes about avoiding root (diff) | |
download | nwatch-c6d77ae5cf3c069a91803cf6d8be63cdd59fcb6f.tar.gz nwatch-c6d77ae5cf3c069a91803cf6d8be63cdd59fcb6f.zip |
Defensive umask
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/nwatch | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -25,6 +25,9 @@ # License: GPLv2 (same as Nmap itself) # +# Defensive umask by default; change at your own risk! +umask 0077 + # Some fixed values self=nwatch hostlist=${1:?} |