prepare to upload
[debian/sudo] / debian / sudoers
index 7411b9b58fcbaf6d8fd12d7323246c17aded12b6..39491585fffffd4452a71b7b986eb2f2dbb04d43 100644 (file)
@@ -7,6 +7,7 @@
 # See the man page for details on how to write a sudoers file.
 #
 Defaults       env_reset
+Defaults       secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
 
 # Host alias specification
 
@@ -15,9 +16,11 @@ Defaults     env_reset
 # Cmnd alias specification
 
 # User privilege specification
-root   ALL=(ALL) ALL
+root   ALL=(ALL:ALL) ALL
 
 # Allow members of group sudo to execute any command
-%sudo  ALL=(ALL) ALL
+%sudo  ALL=(ALL:ALL) ALL
+
+# See sudoers(5) for more information on "#include" directives:
 
 #includedir /etc/sudoers.d