diff options
author | Rick Balocca <rbalocca@vyatta.com> | 2008-10-30 14:44:57 -0700 |
---|---|---|
committer | Rick Balocca <rbalocca@vyatta.com> | 2008-10-30 14:44:57 -0700 |
commit | 760b722ba1cb9d1f69e0753e13e2002611c3033e (patch) | |
tree | ef688d4d9144e5955c595bbafc8b9361792a74c1 /debian | |
parent | 841e41f385ca960fb703ff612b014d7e57560b3e (diff) | |
parent | 81bd193daacbf4b1f3ee74fe940151ac90174870 (diff) | |
download | vyatta-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.in | 8 |
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 |