changelog for new upstream version
[debian/sudo] / debian / sudoers
index 354961eb702fecdee7173d75bf0db3d9c49b4677..39491585fffffd4452a71b7b986eb2f2dbb04d43 100644 (file)
@@ -1,19 +1,26 @@
 #
 # 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       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