summaryrefslogtreecommitdiff
path: root/config-bot.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:05:01 -0700
commit770e38401ae5489d58d7dd1f45cf27813d100d5e (patch)
treede009ba16331d4ce60ce540ad0bc3a34be1912b8 /config-bot.h
parent17e6dd57b0b329888f64491a0bfdd0c9793dd216 (diff)
downloadvyatta-bash-770e38401ae5489d58d7dd1f45cf27813d100d5e.tar.gz
vyatta-bash-770e38401ae5489d58d7dd1f45cf27813d100d5e.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 'config-bot.h')
-rw-r--r--config-bot.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/config-bot.h b/config-bot.h
index aca6578..ffa393b 100644
--- a/config-bot.h
+++ b/config-bot.h
@@ -97,11 +97,6 @@
# define RESTRICTED_SHELL_NAME "rbash"
#endif
-/* If the shell is called by this name, it will become audited. */
-#if defined (AUDIT_SHELL)
-# define AUDIT_SHELL_NAME "vbash"
-#endif
-
/***********************************************************/
/* Make sure feature defines have necessary prerequisites. */
/***********************************************************/