diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-09 15:55:30 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-04-09 15:55:30 -0700 |
commit | e2632a15614446a50d7ee37259103b9dbc58abfd (patch) | |
tree | 62fb9abf3c9145912c0ef003b7fb7d6a9cb8daac /config.h.in | |
parent | 339f61eee5a7b57955c29c37c88fff9b772b9e0a (diff) | |
download | vyatta-bash-e2632a15614446a50d7ee37259103b9dbc58abfd.tar.gz vyatta-bash-e2632a15614446a50d7ee37259103b9dbc58abfd.zip |
Auditing is on for vbash
Rather than using original patch which did auditing for shell
named aubash, we use it for vbash.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 46d281b..acd4def 100644 --- a/config.h.in +++ b/config.h.in @@ -83,7 +83,7 @@ /* Define AUDIT_SHELL if you want the generated shell to audit all actions performed by root account. The shell thus generated can become - audited by being run with the name "aubash". */ + audited by being run with the name "vbash". */ #undef AUDIT_SHELL /* Define DISABLED_BUILTINS if you want "builtin foo" to always run the |