diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-04 16:35:23 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-01-04 16:48:57 -0800 |
commit | 78be5135b674d8a321b5ff2f9497652831c88157 (patch) | |
tree | 649b62e6f55dca5ca8f5d0dd35bd95777173dc17 /Makefile.am | |
parent | fda8e26509b6b4ddf1b0103b6f9af65d306da360 (diff) | |
download | vyatta-op-78be5135b674d8a321b5ff2f9497652831c88157.tar.gz vyatta-op-78be5135b674d8a321b5ff2f9497652831c88157.zip |
Don't allow operator to run show system login users
Bug 5147
This is a generic way of solving the sudo problem (for now).
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index a9deebe..3629785 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,6 +23,7 @@ bin_SCRIPTS += scripts/yesno bin_SCRIPTS += scripts/vyatta-gettime.pl bin_SCRIPTS += scripts/show-users.pl bin_SCRIPTS += scripts/vyatta-boot-image.pl +bin_SCRIPTS += scripts/vyatta-sudo bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |