[PC-BSD Commits] r17194 - pcbsd/current/overlays/desktop-overlay/usr/local/etc
svn at pcbsd.org
svn at pcbsd.org
Mon Jun 4 09:05:01 PDT 2012
Author: kris
Date: 2012-06-04 16:04:58 +0000 (Mon, 04 Jun 2012)
New Revision: 17194
Modified:
pcbsd/current/overlays/desktop-overlay/usr/local/etc/sudoers
Log:
Restore our default sudoers config, make sure to require target user pass
Modified: pcbsd/current/overlays/desktop-overlay/usr/local/etc/sudoers
===================================================================
--- pcbsd/current/overlays/desktop-overlay/usr/local/etc/sudoers 2012-06-04 15:09:51 UTC (rev 17193)
+++ pcbsd/current/overlays/desktop-overlay/usr/local/etc/sudoers 2012-06-04 16:04:58 UTC (rev 17194)
@@ -90,8 +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
-# ALL ALL=(ALL) ALL # WARNING: only use this together with 'Defaults targetpw'
+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 /usr/local/etc/sudoers.d
## (the '#' here does not indicate a comment)
More information about the Commits
mailing list