diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-29 12:17:54 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-29 12:17:54 -0800 |
commit | 258a139281fced3abe7f40aabd30cccaf791f48e (patch) | |
tree | e1e748880dc09ec1f16907e0b86f25fba5736d23 /templates/show/firewall/node.def | |
parent | 6d33fa3c2bf15916bdd59726cfcf0bab3f44a891 (diff) | |
download | vyatta-op-firewall-258a139281fced3abe7f40aabd30cccaf791f48e.tar.gz vyatta-op-firewall-258a139281fced3abe7f40aabd30cccaf791f48e.zip |
convert to using iptables directly
Some usages of iptables by sudo are allowed by /etc/sudoers.
This avoids having to run perl command as root, and keeps kernel
the same as mainline.
Diffstat (limited to 'templates/show/firewall/node.def')
-rw-r--r-- | templates/show/firewall/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/firewall/node.def b/templates/show/firewall/node.def index c27582d..376c8e3 100644 --- a/templates/show/firewall/node.def +++ b/templates/show/firewall/node.def @@ -1,3 +1,3 @@ help: Show firewall information -run: sudo ${vyatta_bindir}/sudo-users/vyatta-show-firewall.pl -all /opt/vyatta/share/xsl/show_firewall.xsl +run: ${vyatta_bindir}/vyatta-show-firewall.pl -all /opt/vyatta/share/xsl/show_firewall.xsl |