diff options
-rw-r--r-- | config.h.in | 2 | ||||
-rw-r--r-- | shell.c | 2 |
2 files changed, 2 insertions, 2 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 @@ -1141,7 +1141,7 @@ maybe_make_restricted (name) #if defined (AUDIT_SHELL) /* Perhaps make this shell an `audited' one, based on NAME. If the - basename of NAME is "aubash", then this shell is audited. The + basename of NAME is "vbash", then this shell is audited. The name of the audited shell is a configurable option, see config.h. In an audited shell, all actions performed by root will be logged to the audit system. |