[PATCH] update ppc64 g5_defconfig
    Olaf Hering 
    olh at suse.de
       
    Wed Feb  9 20:32:43 EST 2005
    
    
  
 On Tue, Feb 08, Christoph Hellwig wrote:
> CONFIG_AUDIT is nessecary for Selinux to work.  If you have SELINUX
> enable it's nessecary, else pointless.
Maybe you should argue on the security lists for a patch like this:
diff -purNx tags ../linux-2.6.11-rc3.orig/init/Kconfig ./init/Kconfig
--- ../linux-2.6.11-rc3.orig/init/Kconfig       2005-02-07 14:14:04.000000000 +0100
+++ ./init/Kconfig      2005-02-09 10:31:38.594363483 +0100
@@ -156,8 +156,8 @@ config SYSCTL
 config AUDIT
        bool "Auditing support"
-       default y if SECURITY_SELINUX
-       default n
+       depends on SECURITY_SELINUX
+       default y
        help
          Enable auditing infrastructure that can be used with another
          kernel subsystem, such as SELinux (which requires this for
    
    
More information about the Linuxppc64-dev
mailing list