diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-28 15:10:52 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-09-28 15:10:52 +0000 |
commit | b2ce21d7e22822255c394cc618c029fdcd31be4d (patch) | |
tree | ba0dcff50d70b05985ecb9590c0bf828c151a021 /usr.bin/sudo/sudoers | |
parent | 6d2330fc528f6b282a6ed3bff15e92d30ee98805 (diff) |
Update to sudo 1.6.8p1
Diffstat (limited to 'usr.bin/sudo/sudoers')
-rw-r--r-- | usr.bin/sudo/sudoers | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/sudo/sudoers b/usr.bin/sudo/sudoers index 3983594f50a..36f78b3923e 100644 --- a/usr.bin/sudo/sudoers +++ b/usr.bin/sudo/sudoers @@ -1,5 +1,3 @@ -# $OpenBSD: sudoers,v 1.4 2002/07/16 18:19:18 naddy Exp $ -# # sudoers file. # # This file MUST be edited with the 'visudo' command as root. @@ -15,6 +13,8 @@ # Defaults specification +# Runas alias specification + # User privilege specification root ALL=(ALL) ALL @@ -27,4 +27,3 @@ root ALL=(ALL) ALL # Samples # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom # %users localhost=/sbin/shutdown -h now - |