diff options
author | Bob Gilligan <gilligan@sydney.vyatta.com> | 2007-12-19 15:08:24 -0800 |
---|---|---|
committer | Bob Gilligan <gilligan@sydney.vyatta.com> | 2007-12-19 15:08:24 -0800 |
commit | b707e21887f0dbb188e9b2028912aaac8acb7961 (patch) | |
tree | 7e486581b8bdcdc2d71eff5f0d1a850994c87325 /Makefile.am | |
parent | 57aedd6c182e619856d6f5b2b9387407bb1abdce (diff) | |
download | vyatta-op-firewall-b707e21887f0dbb188e9b2028912aaac8acb7961.tar.gz vyatta-op-firewall-b707e21887f0dbb188e9b2028912aaac8acb7961.zip |
Change firewall operational commands so that they work correctly with
admin level users and "users" level users.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index d44534a..6ba9848 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,10 +2,11 @@ opdir = $(datadir)/vyatta-op/templates xsldir = @XSLDIR@ -sbin_SCRIPTS = +bin_sudo_usersdir = $(bindir)/sudo-users + xsl_DATA = -sbin_SCRIPTS += scripts/firewall/vyatta-show-firewall.pl +bin_sudo_users_SCRIPTS = scripts/firewall/vyatta-show-firewall.pl xsl_DATA += src/xsl/show_firewall_detail.xsl xsl_DATA += src/xsl/show_firewall_statistics_brief.xsl |