diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-10-02 23:02:11 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-10-02 23:02:11 -0700 |
commit | 959adf45fad678bfd7bf3de15033753c95ade2fb (patch) | |
tree | 129678194f24e9d95f50bd59d3a57f0c085eba67 | |
parent | e9b009defbc8cb128096b8026e787d864ad52e97 (diff) | |
download | vyatta-cfg-quagga-959adf45fad678bfd7bf3de15033753c95ade2fb.tar.gz vyatta-cfg-quagga-959adf45fad678bfd7bf3de15033753c95ade2fb.zip |
Fix Bug 3609 - "show tech-support" does not display open file information for operator level user
- add lsof to sudoers file for use by an operator level user
-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 925edcb5..46a7b5c7 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -60,7 +60,7 @@ 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: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH, \ - PPPOE_CMDS, PCAPTURE, /usr/sbin/wanpipemon + PPPOE_CMDS, PCAPTURE, /usr/sbin/wanpipemon, /usr/bin/lsof EOF cat <<EOF >>/etc/sudoers %users ALL=NOPASSWD: ${bindir}/sudo-users/ |