summaryrefslogtreecommitdiff
path: root/config-bot.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-06 09:19:49 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-04-06 09:19:49 -0700
commitddcfa45b9c1b3c653f0f1b4bd0b997266f5bb5aa (patch)
treea6b3af47bbc02898ac3a6eb117fd831cadfde718 /config-bot.h
parentd80c542a77015bdc882ff3434c9eeb1a660ecdfb (diff)
downloadvyatta-bash-ddcfa45b9c1b3c653f0f1b4bd0b997266f5bb5aa.tar.gz
vyatta-bash-ddcfa45b9c1b3c653f0f1b4bd0b997266f5bb5aa.zip
Turn on auditing for Vyatta bash
The original patch turned on auditing iff shell was named aubash and user was root. We change that to be always on if shell if vbash.
Diffstat (limited to 'config-bot.h')
-rw-r--r--config-bot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-bot.h b/config-bot.h
index a4f95cf..d78efef 100644
--- a/config-bot.h
+++ b/config-bot.h
@@ -99,7 +99,7 @@
/* If the shell is called by this name, it will become audited. */
#if defined (AUDIT_SHELL)
-# define AUDIT_SHELL_NAME "aubash"
+# define AUDIT_SHELL_NAME "vbash"
#endif
/***********************************************************/