summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRick Balocca <rbalocca@vyatta.com>2008-10-30 14:44:57 -0700
committerRick Balocca <rbalocca@vyatta.com>2008-10-30 14:44:57 -0700
commit760b722ba1cb9d1f69e0753e13e2002611c3033e (patch)
treeef688d4d9144e5955c595bbafc8b9361792a74c1 /debian
parent841e41f385ca960fb703ff612b014d7e57560b3e (diff)
parent81bd193daacbf4b1f3ee74fe940151ac90174870 (diff)
downloadvyatta-cfg-quagga-760b722ba1cb9d1f69e0753e13e2002611c3033e.tar.gz
vyatta-cfg-quagga-760b722ba1cb9d1f69e0753e13e2002611c3033e.zip
Merge branch 'islavista' into jenner
Conflicts: scripts/standalone_root_pw_reset
Diffstat (limited to 'debian')
-rw-r--r--debian/vyatta-cfg-system.postinst.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index e9541dbe..a814df9c 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -55,11 +55,15 @@ Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \
/sbin/ip route flush cache *,\
/sbin/ip neigh flush to *, \
/sbin/ip neigh flush dev *
-Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p *
+Cmnd_Alias ETHTOOL = /usr/sbin/ethtool -p *, \
+ /usr/sbin/ethtool -S *, \
+ /usr/sbin/ethtool -a *, \
+ /usr/sbin/ethtool -c *, \
+ /usr/sbin/ethtool -i *
Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate
Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff
Cmnd_Alias PCAPTURE = /usr/bin/tshark, /usr/bin/tcpdump
-%operator ALL=NOPASSWD: DATE, IPTABLES, ETHTOOLP, IPFLUSH, \
+%operator ALL=NOPASSWD: DATE, IPTABLES, ETHTOOL, IPFLUSH, \
PPPOE_CMDS, PCAPTURE, /usr/sbin/wanpipemon, /usr/bin/lsof
EOF
cat <<EOF >>/etc/sudoers