diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-04-11 16:50:19 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-04-11 16:50:19 +0000 |
commit | 91a0810f4f9b8ee685f177e426ef5dd5dffa8724 (patch) | |
tree | fd79c8f660c5ed35b9036900424938638c0a397d /security/sudo/files/patch-plugins__sudoers__sudoers.in | |
parent | - Update to 2011.04.10 (diff) |
Revert the removal of sudoers.d. It is a POLA violation. While here remove
the UPDATING entry as it no longer applies.
Notes
Notes:
svn path=/head/; revision=272530
Diffstat (limited to 'security/sudo/files/patch-plugins__sudoers__sudoers.in')
-rw-r--r-- | security/sudo/files/patch-plugins__sudoers__sudoers.in | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/security/sudo/files/patch-plugins__sudoers__sudoers.in b/security/sudo/files/patch-plugins__sudoers__sudoers.in index 35199f678dda..d4f6230e7560 100644 --- a/security/sudo/files/patch-plugins__sudoers__sudoers.in +++ b/security/sudo/files/patch-plugins__sudoers__sudoers.in @@ -1,5 +1,5 @@ ---- plugins/sudoers/sudoers.in.orig 2010-08-18 07:45:38.000000000 -0400 -+++ plugins/sudoers/sudoers.in 2011-04-11 08:41:26.550267535 -0400 +--- ./plugins/sudoers/sudoers.in.orig 2010-08-18 07:45:38.000000000 -0400 ++++ ./plugins/sudoers/sudoers.in 2011-04-11 12:47:45.440272893 -0400 @@ -31,6 +31,14 @@ ## ## Defaults specification @@ -15,11 +15,3 @@ ## You may wish to keep some of the following environment variables ## when running commands via sudo. ## -@@ -84,7 +92,3 @@ - ## of the user they are running the command as (root by default). - # Defaults targetpw # Ask for the password of the target user - # ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw' -- --## Read drop-in files from @sysconfdir@/sudoers.d --## (the '#' here does not indicate a comment) --#includedir @sysconfdir@/sudoers.d |