summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarat Nepomnyashy <marat@vyatta.com>2008-02-21 19:03:48 -0800
committerMarat Nepomnyashy <marat@vyatta.com>2008-02-21 19:03:48 -0800
commit36b18f78e0a142fb5d2bfed34af89f0001ec8005 (patch)
tree9e1e5489ef89fc6c60e2c6ba6e23ec92dc41941c /Makefile.am
parent84fe6d4b1e8fe5c8b9530f13bfcf2167ada322d1 (diff)
downloadvyatta-op-vpn-36b18f78e0a142fb5d2bfed34af89f0001ec8005.tar.gz
vyatta-op-vpn-36b18f78e0a142fb5d2bfed34af89f0001ec8005.zip
Moved execution of 'show vpn' commands to '/opt/vyatta/bin/sudo-users' so that operator users can execute them. Bug 2865 fix.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 659c659..c39220b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,9 +15,9 @@ xsl_DATA += src/xsl/show_vpn_ipsec_sa_statistics.xsl
xsl_DATA += src/xsl/show_vpn_ipsec_sa.xsl
xsl_DATA += src/xsl/show_vpn_ipsec_status.xsl
-sbin_PROGRAMS = command_proc_show_vpn
+bin_sudo_users_PROGRAMS = command_proc_show_vpn
-sbin_SCRIPTS = scripts/gen_local_rsa_key.pl scripts/show_vpn.pl
+bin_sudo_users_SCRIPTS = scripts/gen_local_rsa_key.pl scripts/vyatta-show-vpn.pl scripts/vyatta-show-vpn-debug.pl
command_proc_show_vpn_SOURCES = src/command_proc_base.hh
command_proc_show_vpn_SOURCES += src/command_proc_show_vpn.cc