From 3f063193874914d2a4c3d0a52d079bd81e0f4831 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 7 Mar 2008 10:27:20 -0800 Subject: fix non-root iptables usage in nat Bugfix: 2698 Align usage of sudoers /sbin/iptables in NAT to allow non-root user to run commands. --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 231fdca..70f85c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,9 @@ bin_sudo_usersdir = $(bindir)/sudo-users curverdir = $(sysconfdir)/config-migrate/current sbin_SCRIPTS = scripts/vyatta-update-nat.pl -bin_sudo_users_SCRIPTS = scripts/vyatta-show-nat.pl -bin_sudo_users_SCRIPTS += scripts/vyatta-clear-nat +sbin_SCRIPTS += scripts/vyatta-show-nat.pl + +bin_sudo_users_SCRIPTS = scripts/vyatta-clear-nat share_perl5_DATA = scripts/VyattaNatRule.pm curver_DATA = cfg-version/nat@2 -- cgit v1.2.3