patch to allow visudo to work on hurd
[debian/sudo] / debian / sudoers
index 4cecb43c5c2afa89da8e6c85631fec685320c484..d4cc632b206859df4f4f5d55ab4813d0ca58358b 100644 (file)
@@ -7,6 +7,8 @@
 # See the man page for details on how to write a sudoers file.
 #
 Defaults       env_reset
+Defaults       mail_badpass
+Defaults       secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
 
 # Host alias specification
 
@@ -20,4 +22,6 @@ root  ALL=(ALL:ALL) ALL
 # Allow members of group sudo to execute any command
 %sudo  ALL=(ALL:ALL) ALL
 
+# See sudoers(5) for more information on "#include" directives:
+
 #includedir /etc/sudoers.d