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 /debian/rules | |
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 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 95f95bf..0ff2789 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,6 @@ d = debian/$(p) conf_args = \ --with-curses \ --disable-net-redirections \ - --enable-audit \ --enable-largefile \ --prefix=/usr \ --infodir=/usr/share/info \ |