diff options
author | 2006-11-12 11:50:16 +0000 | |
---|---|---|
committer | 2006-11-12 11:50:16 +0000 | |
commit | 4be7d7951d6e6e16b8b0ba09dd01e9e93f33a33f (patch) | |
tree | 50371b54baf772532c965eba9fed86f2e8eb43ed /app-admin/sudo/files | |
parent | removed doc support - access violation - thanks Manuel Herzog bug 88042#c6 (diff) | |
download | historical-4be7d7951d6e6e16b8b0ba09dd01e9e93f33a33f.tar.gz historical-4be7d7951d6e6e16b8b0ba09dd01e9e93f33a33f.tar.bz2 historical-4be7d7951d6e6e16b8b0ba09dd01e9e93f33a33f.zip |
multiple sudoedit targets dont work, correct example.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-admin/sudo/files')
-rw-r--r-- | app-admin/sudo/files/sudoers | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/sudo/files/sudoers b/app-admin/sudo/files/sudoers index 4642d501724b..2380c7c8cd2f 100644 --- a/app-admin/sudo/files/sudoers +++ b/app-admin/sudo/files/sudoers @@ -46,9 +46,9 @@ root ALL=(ALL) ALL # Same thing without a password # %wheel ALL=(ALL) NOPASSWD: ALL -# Users in group www are allowed to edit httpd.conf and ftpd.conf -# using sudoedit, or sudo -e, without a password. -# %www ALL=(ALL) NOPASSWD: sudoedit /etc/httpd.conf, /etc/ftpd.conf +# Users in group www are allowed to edit httpd.conf using sudoedit, or +# sudo -e, without a password. +# %www ALL=(ALL) NOPASSWD: sudoedit /etc/httpd.conf # Samples # %users ALL=/sbin/mount /cdrom,/sbin/umount /cdrom |