diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2008-03-25 17:39:41 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2008-03-25 17:39:41 -0700 |
commit | 1cdabf9a1200f4527486eb1ee3e21a0e99bf1441 (patch) | |
tree | f36ba8053ee1aafa9b244c72b8c8e1fa20b28373 /debian/vyatta-cfg-system.postinst.in | |
parent | 15128e1a9877729275bbe10b51e7cf3efa6b7fa2 (diff) | |
download | vyatta-cfg-quagga-1cdabf9a1200f4527486eb1ee3e21a0e99bf1441.tar.gz vyatta-cfg-quagga-1cdabf9a1200f4527486eb1ee3e21a0e99bf1441.zip |
Bugfix: 3021
Allow operators to bring pppoe connections up and down.
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index f3d53450..30cbfd5a 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -43,7 +43,9 @@ Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip neigh flush dev * Cmnd_Alias ETHTOOLP = /usr/sbin/ethtool -p * Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate -%operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH +Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff +%operator ALL=NOPASSWD: /sbin/reboot, DATE, IPTABLES, ETHTOOLP, IPFLUSH, \ + PPPOE_CMDS EOF # for "users" level (FIXME) |