diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-03 21:47:32 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-03 21:47:32 +0000 |
commit | aaf21ee2b37c0328658e2d26cbac845a75e9d712 (patch) | |
tree | f31266233cdf50b620ca0575a13b1db219742c27 /debian/vyatta-cfg-system.postinst.in | |
parent | 3b32db929c686de665bfb070409b1ff0d6b5288c (diff) | |
download | vyatta-cfg-quagga-aaf21ee2b37c0328658e2d26cbac845a75e9d712.tar.gz vyatta-cfg-quagga-aaf21ee2b37c0328658e2d26cbac845a75e9d712.zip |
Fix Bug 1059 Feature Request: integrate 'tcpdump' and 'tethereal' into Vyatta CLI
- added tshark to sudoers list
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 30cbfd5a..54931692 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -45,7 +45,7 @@ Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff %operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH, \ - PPPOE_CMDS + PPPOE_CMDS, /usr/bin/tshark EOF # for "users" level (FIXME) |