change default sudoers to allow group changes
authorBdale Garbee <bdale@gag.com>
Thu, 2 Dec 2010 02:48:14 +0000 (19:48 -0700)
committerBdale Garbee <bdale@gag.com>
Thu, 2 Dec 2010 02:48:14 +0000 (19:48 -0700)
debian/changelog
debian/sudoers

index 002ad255353592daff51fce8f505af86e8c67134..82e863b8741bbcd67edaec3fee5060148b579f2a 100644 (file)
@@ -4,6 +4,7 @@ sudo (1.7.4p4-5) UNRELEASED; urgency=low
     closes: #605580
   * make sudoers a conffile, closes: #605130
   * add descriptions to LSB init headers, closes: #604619
+  * change default sudoers %sudo entry to allow gid changes, closes: #602699
   * add Vcs entries to the control file
   * use debhelper install files instead of explicit installs in rules
 
index 7411b9b58fcbaf6d8fd12d7323246c17aded12b6..4cecb43c5c2afa89da8e6c85631fec685320c484 100644 (file)
@@ -15,9 +15,9 @@ 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
 
 #includedir /etc/sudoers.d