summaryrefslogtreecommitdiff
path: root/flags.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-17 10:05:01 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-06-17 10:14:48 -0700
commit6d5107b8266f06e6fdf6daf2ffc8191dbe171466 (patch)
treefd6833daf73acbab4dfd0e1d106099d33946d522 /flags.h
parent17e6dd57b0b329888f64491a0bfdd0c9793dd216 (diff)
downloadvyatta-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 'flags.h')
-rw-r--r--flags.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/flags.h b/flags.h
index 1ee63c8..f16e604 100644
--- a/flags.h
+++ b/flags.h
@@ -66,10 +66,6 @@ extern int restricted;
extern int restricted_shell;
#endif /* RESTRICTED_SHELL */
-#if defined (AUDIT_SHELL)
-extern int audited;
-#endif /* AUDIT_SHELL */
-
extern int *find_flag __P((int));
extern int change_flag __P((int, int));
extern char *which_set_flags __P((void));