]> git.gag.com Git - debian/sudo/blobdiff - debian/sudoers
Merge tag 'debian/1.8.5p2-1' into squeeze
[debian/sudo] / debian / sudoers
index 354961eb702fecdee7173d75bf0db3d9c49b4677..d4cc632b206859df4f4f5d55ab4813d0ca58358b 100644 (file)
@@ -1,19 +1,27 @@
 #
 # This file MUST be edited with the 'visudo' command as root.
 #
-# See the man page for details on how to write a sudoers file.
+# Please consider adding local content in /etc/sudoers.d/ instead of
+# directly modifying this file.
 #
-# Note that modifying behavior defined here may also be done by 
-# adding content in the /etc/sudoers.d directory.
+# 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
 
-# root can use sudo to do anything
-root   ALL=(ALL) ALL
+# User alias specification
+
+# Cmnd alias specification
+
+# User privilege specification
+root   ALL=(ALL:ALL) ALL
 
 # Allow members of group sudo to execute any command
-# (Note that later entries may override this)
-%sudo  ALL=(ALL) ALL
+%sudo  ALL=(ALL:ALL) ALL
+
+# See sudoers(5) for more information on "#include" directives:
 
 #includedir /etc/sudoers.d