diff options
author | Yasuhiro Kimura <yasu@FreeBSD.org> | 2022-02-02 08:03:09 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2022-02-02 08:04:53 -0300 |
commit | af389a6c018ae76f32af18a87031e63c17e300e7 (patch) | |
tree | 8094fed01e2c0d0f980197b14e6bcd6df378936c /security/sudo/files/patch-plugins__sudoers__sudoers.in | |
parent | math/py-dionysus: New port: Library for computing persistent homology (diff) |
security/sudo: Update to 1.9.9
PR: 261529
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'security/sudo/files/patch-plugins__sudoers__sudoers.in')
-rw-r--r-- | security/sudo/files/patch-plugins__sudoers__sudoers.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/files/patch-plugins__sudoers__sudoers.in b/security/sudo/files/patch-plugins__sudoers__sudoers.in index 06a344c90cdb..9a3b0c0b2a5b 100644 --- a/security/sudo/files/patch-plugins__sudoers__sudoers.in +++ b/security/sudo/files/patch-plugins__sudoers__sudoers.in @@ -1,4 +1,4 @@ ---- plugins/sudoers/sudoers.in.orig 2018-01-15 17:30:32 UTC +--- plugins/sudoers/sudoers.in.orig 2021-12-04 23:28:43 UTC +++ plugins/sudoers/sudoers.in @@ -32,6 +32,14 @@ ## @@ -15,13 +15,13 @@ ## You may wish to keep some of the following environment variables ## when running commands via sudo. ## -@@ -91,6 +99,9 @@ root ALL=(ALL) ALL +@@ -91,6 +99,9 @@ root ALL=(ALL:ALL) ALL ## 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' + # ALL ALL=(ALL:ALL) ALL # WARNING: only use this together with 'Defaults targetpw' + +## Uncomment to show on password prompt which users' password is being expected +# Defaults passprompt="%p's password:" ## Read drop-in files from @sysconfdir@/sudoers.d - ## (the '#' here does not indicate a comment) + @includedir @sysconfdir@/sudoers.d |