[PC-BSD Commits] r13455 - pcbsd/current/system-overlay/usr/local/etc
svn at pcbsd.org
svn at pcbsd.org
Thu Oct 20 05:59:43 PDT 2011
Author: kris
Date: 2011-10-20 05:59:43 -0700 (Thu, 20 Oct 2011)
New Revision: 13455
Modified:
pcbsd/current/system-overlay/usr/local/etc/sudoers
Log:
Configure sudo to allow users to run it if they know the target account password
Modified: pcbsd/current/system-overlay/usr/local/etc/sudoers
===================================================================
--- pcbsd/current/system-overlay/usr/local/etc/sudoers 2011-10-20 09:08:14 UTC (rev 13454)
+++ pcbsd/current/system-overlay/usr/local/etc/sudoers 2011-10-20 12:59:43 UTC (rev 13455)
@@ -90,7 +90,8 @@
## Uncomment to allow any user to run sudo if they know the password
## of the user they are running the command as (root by default).
-# Defaults targetpw # Ask for the password of the target user
+Defaults targetpw # Ask for the password of the target user
+%wheel ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw'
# ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw'
## Read drop-in files from /usr/local/etc/sudoers.d
More information about the Commits
mailing list