diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-08-20 06:49:35 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-08-20 06:49:35 +0000 |
commit | 41fc6dd01dce82b627429a53cc12596793d04b3c (patch) | |
tree | 01722534b4637e356b8580f4b28aee7b28c0c827 /security/sudo/pkg-plist | |
parent | 6bed3db87db257d9cc566b07ffcb129bb7ce6a3b (diff) |
Notes
Diffstat (limited to 'security/sudo/pkg-plist')
-rw-r--r-- | security/sudo/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist index e4ca595b134b..aac447565035 100644 --- a/security/sudo/pkg-plist +++ b/security/sudo/pkg-plist @@ -1,4 +1,6 @@ @unexec if cmp -s %D/etc/sudoers %D/etc/sudoers.sample; then rm -f %D/etc/sudoers; fi bin/sudo +bin/sudoedit etc/sudoers.sample +libexec/sudo_noexec.so sbin/visudo |