diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-09 17:12:48 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-09 17:12:48 -0700 |
commit | 9be81739532ecbfdf6265380dd27fadc56680285 (patch) | |
tree | 03348458b6cd58330d7238b73ada14681dd9549e | |
parent | 630bd07c5b5d892188327c0d61806c3a21a81495 (diff) | |
parent | 28aae71fe9f3e4da64c73eea4b79c5c08c5d8f9b (diff) | |
download | vyatta-cfg-system-9be81739532ecbfdf6265380dd27fadc56680285.tar.gz vyatta-cfg-system-9be81739532ecbfdf6265380dd27fadc56680285.zip |
Merge branch 'jenner' of 192.168.100.1:git/vyatta-cfg-system into jenner
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 3 |
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 |