diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-04 15:17:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-04 15:17:57 -0300 |
commit | 6e2e4e41250be55d171589e69709aad3ffe79832 (patch) | |
tree | b553e1d07418ba95a8870ca1c8a2b8d830bc89a0 | |
parent | 42dce5f7c4c1cf612b88c8e433f4102be1eb74f3 (diff) | |
download | puppet-nodo-6e2e4e41250be55d171589e69709aad3ffe79832.tar.gz puppet-nodo-6e2e4e41250be55d171589e69709aad3ffe79832.tar.bz2 |
Members of the admin group may gain root privileges after they have provided their password
-rw-r--r-- | files/etc/sudoers | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/etc/sudoers b/files/etc/sudoers index 1026c16..30c160f 100644 --- a/files/etc/sudoers +++ b/files/etc/sudoers @@ -15,6 +15,10 @@ Defaults env_reset # User privilege specification +# Members of the admin group may gain root privileges +# after they have provided their password +%admin ALL=(ALL) ALL + # Uncomment to allow members of group sudo to not need a password # (Note that later entries override this, so you might need to move # it further down) |