Browse Source

update doc

root 7 years ago
parent
commit
1459d74154
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -31,7 +31,8 @@ Configuration: none
 Audit filesystem permissions for possible security issues: 
 * World-readable private keys (ssh, Let's Encrypt) and passwords (Git, SVN, Sympa, Dolibarr, ...)
 * World-writable configuration files and scripts (/etc/init.d/*, /etc/profile, ...)
-* World-writable executable search path ($PATH), python search path, and perl include path
+* World-writable executable search path (ie $PATH), or perl/python/ruby search path
+* Process running a world-writable executable, or world-writable bash/perl/python script
 * Sensitive information stored in the wrong place (passwords in /etc/passwd rather than /etc/shadow)
 
 This tool only does file permissions checks, and does it imperfectly.