diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-03-10 16:27:56 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-03-10 16:27:56 -0700 |
commit | 1c352fd2c2fe87d398e288f536cf9178406ce749 (patch) | |
tree | e8f5f9db43d1bdd07a0b86612b0bf01291191de0 /debian/vyatta-cfg-system.postinst.in | |
parent | 6885004534d18d087a2ec8810cbeacb163efdaad (diff) | |
parent | e7b2082e077f2ac4625f8a7e2a45749b3ce56140 (diff) | |
download | vyatta-cfg-quagga-1c352fd2c2fe87d398e288f536cf9178406ce749.tar.gz vyatta-cfg-quagga-1c352fd2c2fe87d398e288f536cf9178406ce749.zip |
Merge branch 'glendale' into hollywood
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r-- | debian/vyatta-cfg-system.postinst.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index ad9c5fda..979760f6 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -32,10 +32,11 @@ if [ "$sysconfdir" != "/etc" ]; then # Allow operator to do a limited number of commands without password cat <<"EOF" >>/etc/sudoers Cmnd_Alias IPTABLES = /sbin/iptables --list -n,\ - /sbin/iptables -Z *,\ /sbin/iptables -L -vn,\ /sbin/iptables -L * -vn,\ - /sbin/iptables -t * -L -vn + /sbin/iptables -t * -L -vn, \ + /sbin/iptables -Z *,\ + /sbin/iptables -Z -t nat Cmnd_Alias IPFLUSH = /sbin/ip route flush cache, \ /sbin/ip route flush cache *,\ /sbin/ip neigh flush to *, \ |