diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-09 16:33:36 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-06-09 16:33:36 -0700 |
commit | 88ff71306683cc98101190227497264ca6197557 (patch) | |
tree | c44a06d23b55657802c0b003c4bac78411e781ce /debian/vyatta-cfg-system.postinst.in | |
parent | e3a435200d9c6603f3a6ca403b0f1bffaf7f6ab7 (diff) | |
download | vyatta-cfg-system-88ff71306683cc98101190227497264ca6197557.tar.gz vyatta-cfg-system-88ff71306683cc98101190227497264ca6197557.zip |
Allow operator to run wanpipemon
Add entry to sudoers to allow wanpipemon command
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 aa6f6310..0852319e 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -47,7 +47,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, /usr/bin/tshark + PPPOE_CMDS, /usr/bin/tshark, /usr/sbin/wanpipemon ### END VYATTA OPERATOR COMMANDS EOF fi |