Quellcode durchsuchen

README: added security note

Jon Schipp vor 12 Jahren
Ursprung
Commit
cdbb099ebd
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -16,3 +16,5 @@ $ echo ’Defaults:nagios !requiretty ’ >> /etc/sudoers
 $ echo ’nagios ALL=(root) NOPASSWD:/usr/local/nagios/libexec/∗’ >> /etc/sudoers
 ```
 
+If that is the case be sure to limit write permissions for the scripts so that
+one cannot simply update the scripts with malicious code.