diff options
author | Stig Thormodsrud <stig@io.vyatta.com> | 2008-11-14 12:27:47 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@io.vyatta.com> | 2008-11-14 12:27:47 -0800 |
commit | db8ec5fec7d231a5dec537d0bc82ddb3f7c3dbc0 (patch) | |
tree | 82681ee02123f112ed9dafedf8a6f1a239f87420 /debian/vyatta-cfg-system.postinst.in | |
parent | 91de1b9fc321f4488c32aab6ba350272289508e7 (diff) | |
download | vyatta-cfg-system-db8ec5fec7d231a5dec537d0bc82ddb3f7c3dbc0.tar.gz vyatta-cfg-system-db8ec5fec7d231a5dec537d0bc82ddb3f7c3dbc0.zip |
Fix 3918: Operator level users require sudo permission for ipv6 clear
commands
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index dff04293..5bd37e29 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -54,7 +54,11 @@ Cmnd_Alias IPTABLES = /sbin/iptables --list -n,\ Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip route flush cache *,\ /sbin/ip neigh flush to *, \ - /sbin/ip neigh flush dev * + /sbin/ip neigh flush dev * \ + /sbin/ip -f inet6 route flush cache, \ + /sbin/ip -f inet6 route flush cache *,\ + /sbin/ip -f inet6 neigh flush to *, \ + /sbin/ip -f inet6 neigh flush dev * Cmnd_Alias ETHTOOL = /usr/sbin/ethtool -p *, \ /usr/sbin/ethtool -S *, \ /usr/sbin/ethtool -a *, \ |