diff options
author | Daniil Baturin <daniil@baturin.org> | 2015-02-25 17:17:09 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2015-02-25 17:17:09 +0100 |
commit | c0b5836808739bcce1e5f854bd7edaa53a0d2afd (patch) | |
tree | 33456d6a7f8d2ed29ec869c41dc36da186dec923 /Makefile.am | |
parent | ca069d41f32a7825682c3fd56f164e0a3ad64f43 (diff) | |
download | vyatta-cfg-system-c0b5836808739bcce1e5f854bd7edaa53a0d2afd.tar.gz vyatta-cfg-system-c0b5836808739bcce1e5f854bd7edaa53a0d2afd.zip |
Bug #498: dirty hack to disallow remote command execution for operator level users.
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 283f59c2..86f8bb02 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ netplugdown_SCRIPTS = scripts/netplug/linkdown/dhclient bin_SCRIPTS += scripts/progress-indicator bin_SCRIPTS += scripts/vyatta-functions +bin_SCRIPTS += scripts/restricted-shell sbin_SCRIPTS += scripts/check_file_in_config_dir sbin_SCRIPTS += scripts/rl-system.init |