diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-17 10:05:01 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-17 10:14:48 -0700 |
commit | 6d5107b8266f06e6fdf6daf2ffc8191dbe171466 (patch) | |
tree | fd6833daf73acbab4dfd0e1d106099d33946d522 /externs.h | |
parent | 17e6dd57b0b329888f64491a0bfdd0c9793dd216 (diff) | |
download | vyatta-bash-6d5107b8266f06e6fdf6daf2ffc8191dbe171466.tar.gz vyatta-bash-6d5107b8266f06e6fdf6daf2ffc8191dbe171466.zip |
Remove AUDIT_SHELL option
The concept of logging shell commands through audit subsystem
is not useful because it is too hard to configure, requires special
privledges, doesn't handle background commands, and is missing the
necessary information...
Diffstat (limited to 'externs.h')
-rw-r--r-- | externs.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -77,10 +77,6 @@ extern int shell_is_restricted __P((char *)); extern int maybe_make_restricted __P((char *)); #endif -#if defined (AUDIT_SHELL) -extern int maybe_make_audited __P((char *)); -#endif - extern void unset_bash_input __P((int)); extern void get_current_user_info __P((void)); |