diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 13:55:27 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-25 13:55:27 -0800 |
commit | 3eb88b7d21d860b5d1af8fb5c9cc7c110a0d7848 (patch) | |
tree | 3d92e2638ad73a55698032118ad685c25315e3f6 /Makefile.am | |
parent | 0a9bb9fca675fb7f185b113153ed801cc7f43b17 (diff) | |
download | vyatta-op-firewall-3eb88b7d21d860b5d1af8fb5c9cc7c110a0d7848.tar.gz vyatta-op-firewall-3eb88b7d21d860b5d1af8fb5c9cc7c110a0d7848.zip |
elminate use of sudo for iptables -L
Vyatta kernel allows non-root users to display iptables rules
as non-root user. This eliminates the use of sudo except for the
special case of clearing counters.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 6ba9848..6dc634e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,11 +2,9 @@ opdir = $(datadir)/vyatta-op/templates xsldir = @XSLDIR@ -bin_sudo_usersdir = $(bindir)/sudo-users - xsl_DATA = -bin_sudo_users_SCRIPTS = scripts/firewall/vyatta-show-firewall.pl +bin_SCRIPTS = scripts/firewall/vyatta-show-firewall.pl xsl_DATA += src/xsl/show_firewall_detail.xsl xsl_DATA += src/xsl/show_firewall_statistics_brief.xsl |