From 770e38401ae5489d58d7dd1f45cf27813d100d5e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Thu, 17 Jun 2010 10:05:01 -0700 Subject: 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... --- configure | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 9e31790..d97ef5b 100755 --- a/configure +++ b/configure @@ -678,7 +678,6 @@ HELPDIR HELPDIRDEFINE HELPINSTALL HELPSTRINGS -AUDIT_LIB CC CFLAGS LDFLAGS @@ -2467,13 +2466,6 @@ cat >>confdefs.h <<\_ACEOF #define RESTRICTED_SHELL 1 _ACEOF -fi -if test $opt_audit = yes; then -cat >>confdefs.h <<\_ACEOF -#define AUDIT_SHELL 1 -_ACEOF - -AUDIT_LIB='-laudit' fi if test $opt_process_subst = yes; then cat >>confdefs.h <<\_ACEOF -- cgit v1.2.3