diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-03-20 11:12:51 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-03-20 11:12:51 -0700 |
commit | f8620172d349b7892fdb56ee9a98a549e849b9ed (patch) | |
tree | e49b48d954f9a5169e2a0519062055a37dc13f1c /debian/vyatta-cfg-system.postinst.in | |
parent | e28fedc7c9680d39588dfd4b7887e3aaa9e34eee (diff) | |
parent | 01fb41d98c74c1685f8a90e78198677bc0cb0a28 (diff) | |
download | vyatta-cfg-system-f8620172d349b7892fdb56ee9a98a549e849b9ed.tar.gz vyatta-cfg-system-f8620172d349b7892fdb56ee9a98a549e849b9ed.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index aca479ea..1c0ba92c 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -42,7 +42,7 @@ Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip neigh flush to *, \ /sbin/ip neigh flush dev * Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * -%operator ALL=NOPASSWD: /sbin/reboot, /sbin/date, IPTABLES, ETHTOOLP, IPFLUSH +%operator ALL=NOPASSWD: /sbin/reboot, /bin/date, IPTABLES, ETHTOOLP, IPFLUSH EOF # for "users" level (FIXME) |