summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-09 16:58:08 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-09 17:12:37 -0700
commit28aae71fe9f3e4da64c73eea4b79c5c08c5d8f9b (patch)
tree7629e147704d7ced833f23876ac497e6071c3761 /debian
parentd932a2d53618d38a3a5d4c668e18fc5920e0ad6b (diff)
downloadvyatta-cfg-system-28aae71fe9f3e4da64c73eea4b79c5c08c5d8f9b.tar.gz
vyatta-cfg-system-28aae71fe9f3e4da64c73eea4b79c5c08c5d8f9b.zip
Allow operator to look at PCI settings
Bug 4525 Want show tech-support to be able to see exact hardware info.
Diffstat (limited to 'debian')
-rw-r--r--debian/vyatta-cfg-system.postinst.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in
index ec159432..2d1800e3 100644
--- a/debian/vyatta-cfg-system.postinst.in
+++ b/debian/vyatta-cfg-system.postinst.in
@@ -83,7 +83,8 @@ Cmnd_Alias DISK = /usr/bin/lsof, /sbin/fdisk -l *, /sbin/sfdisk -d *
Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate
Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff, /usr/sbin/pppstats
Cmnd_Alias PCAPTURE = /usr/bin/tshark, /usr/bin/tcpdump
-%operator ALL=NOPASSWD: DATE, IPTABLES, ETHTOOL, IPFLUSH, \
+Cmnd_Alias HWINFO = /usr/bin/lspci
+%operator ALL=NOPASSWD: DATE, IPTABLES, ETHTOOL, IPFLUSH, HWINFO, \
PPPOE_CMDS, PCAPTURE, /usr/sbin/wanpipemon, \
DISK, CONNTRACK, IP6TABLES
EOF