diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-17 10:05:01 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-06-17 10:05:01 -0700 |
commit | 770e38401ae5489d58d7dd1f45cf27813d100d5e (patch) | |
tree | de009ba16331d4ce60ce540ad0bc3a34be1912b8 /doc | |
parent | 17e6dd57b0b329888f64491a0bfdd0c9793dd216 (diff) | |
download | vyatta-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 'doc')
-rw-r--r-- | doc/bash.1 | 17 |
1 files changed, 0 insertions, 17 deletions
@@ -155,12 +155,6 @@ single-character options to be recognized. .PP .PD 0 .TP -.B \-\-audit -The shell logs all commands run by the root user (see -.SM -.B "AUDIT SHELL" -below). -.TP .B \-\-debugger Arrange for the debugger profile to be executed before the shell starts. @@ -8802,17 +8796,6 @@ turns off any restrictions in the shell spawned to execute the script. .\" end of rbash.1 .if \n(zY=1 .ig zY -.SH "AUDIT SHELL" -.zY -.PP -If -.B bash -is started with the name -.BR aubash , -or the -.B \-\-audit -option is supplied at invocation, the shell logs all commands issued by the root user to the audit system. -.if \n(zY=1 .ig zY .SH "SEE ALSO" .PD 0 .TP |