From 6ba437d0a1f717a93efa4e3a42fd9ddd8144a286 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 1 Dec 2010 19:48:14 -0700 Subject: [PATCH] change default sudoers to allow group changes --- debian/changelog | 1 + debian/sudoers | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.30.2