diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 17:13:13 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 17:13:13 -0800 |
commit | 25756c49dc73cda4f00f09f9039af233c6cf4004 (patch) | |
tree | ec5df0673f05e0559aac551e2608eb25e887d2bd /templates/show/firewall/node.def | |
parent | 3eb88b7d21d860b5d1af8fb5c9cc7c110a0d7848 (diff) | |
download | vyatta-op-firewall-25756c49dc73cda4f00f09f9039af233c6cf4004.tar.gz vyatta-op-firewall-25756c49dc73cda4f00f09f9039af233c6cf4004.zip |
hold off this change until after Alpha 2 build
Revert "elminate use of sudo for iptables -L"
This reverts commit 3eb88b7d21d860b5d1af8fb5c9cc7c110a0d7848.
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 376c8e3..c27582d 100644 --- a/templates/show/firewall/node.def +++ b/templates/show/firewall/node.def @@ -1,3 +1,3 @@ help: Show firewall information -run: ${vyatta_bindir}/vyatta-show-firewall.pl -all /opt/vyatta/share/xsl/show_firewall.xsl +run: sudo ${vyatta_bindir}/sudo-users/vyatta-show-firewall.pl -all /opt/vyatta/share/xsl/show_firewall.xsl |