From: Bdale Garbee Date: Thu, 2 Dec 2010 02:48:14 +0000 (-0700) Subject: change default sudoers to allow group changes X-Git-Tag: debian/1.7.4p4-5~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=6ba437d0a1f717a93efa4e3a42fd9ddd8144a286;p=debian%2Fsudo change default sudoers to allow group changes --- diff --git a/debian/changelog b/debian/changelog index 002ad25..82e863b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/debian/sudoers b/debian/sudoers index 7411b9b..4cecb43 100644 --- a/debian/sudoers +++ b/debian/sudoers @@ -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