Author: tbm Date: Wed Sep 20 14:08:01 2006 New Revision: 7466 Modified: dists/trunk/linux-2.6/debian/arch/arm/config.footbridge dists/trunk/linux-2.6/debian/arch/arm/config.iop32x dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx dists/trunk/linux-2.6/debian/arch/arm/config.rpc dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 dists/trunk/linux-2.6/debian/changelog
Log: arm: Disable CONFIG_AUDIT for now since it's broken. Modified: dists/trunk/linux-2.6/debian/arch/arm/config.footbridge ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.footbridge (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.footbridge Wed Sep 20 14:08:01 2006 @@ -22,7 +22,7 @@ CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_SYSCTL=y -CONFIG_AUDIT=y +# CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y @@ -1655,13 +1655,6 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_NETWORK_XFRM=y CONFIG_SECURITY_CAPABILITIES=y -CONFIG_SECURITY_SELINUX=y -CONFIG_SECURITY_SELINUX_BOOTPARAM=y -CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 -CONFIG_SECURITY_SELINUX_DISABLE=y -CONFIG_SECURITY_SELINUX_DEVELOP=y -CONFIG_SECURITY_SELINUX_AVC_STATS=y -CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 # # Cryptographic options Modified: dists/trunk/linux-2.6/debian/arch/arm/config.iop32x ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.iop32x (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.iop32x Wed Sep 20 14:08:01 2006 @@ -20,7 +20,7 @@ # CONFIG_POSIX_MQUEUE is not set # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y -CONFIG_AUDIT=y +# CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set # CONFIG_RELAY is not set CONFIG_INITRAMFS_SOURCE="" @@ -1983,7 +1983,6 @@ CONFIG_SECURITY_CAPABILITIES=y # CONFIG_SECURITY_ROOTPLUG is not set # CONFIG_SECURITY_SECLVL is not set -# CONFIG_SECURITY_SELINUX is not set # # Cryptographic options Modified: dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.ixp4xx Wed Sep 20 14:08:01 2006 @@ -18,7 +18,7 @@ CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSCTL=y -CONFIG_AUDIT=y +# CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" CONFIG_UID16=y @@ -1967,13 +1967,6 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_NETWORK_XFRM=y CONFIG_SECURITY_CAPABILITIES=y -CONFIG_SECURITY_SELINUX=y -CONFIG_SECURITY_SELINUX_BOOTPARAM=y -CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 -CONFIG_SECURITY_SELINUX_DISABLE=y -CONFIG_SECURITY_SELINUX_DEVELOP=y -CONFIG_SECURITY_SELINUX_AVC_STATS=y -CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 # # Cryptographic options Modified: dists/trunk/linux-2.6/debian/arch/arm/config.rpc ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.rpc (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.rpc Wed Sep 20 14:08:01 2006 @@ -23,7 +23,7 @@ CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_SYSCTL=y -CONFIG_AUDIT=y +# CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_EMBEDDED is not set @@ -966,13 +966,6 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_NETWORK_XFRM=y CONFIG_SECURITY_CAPABILITIES=y -CONFIG_SECURITY_SELINUX=y -CONFIG_SECURITY_SELINUX_BOOTPARAM=y -CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 -CONFIG_SECURITY_SELINUX_DISABLE=y -CONFIG_SECURITY_SELINUX_DEVELOP=y -CONFIG_SECURITY_SELINUX_AVC_STATS=y -CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 # # Cryptographic options Modified: dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 ============================================================================== --- dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 (original) +++ dists/trunk/linux-2.6/debian/arch/arm/config.s3c2410 Wed Sep 20 14:08:01 2006 @@ -21,7 +21,7 @@ CONFIG_BSD_PROCESS_ACCT=y # CONFIG_BSD_PROCESS_ACCT_V3 is not set CONFIG_SYSCTL=y -CONFIG_AUDIT=y +# CONFIG_AUDIT is not set # CONFIG_IKCONFIG is not set CONFIG_INITRAMFS_SOURCE="" # CONFIG_EMBEDDED is not set @@ -1071,13 +1071,6 @@ CONFIG_SECURITY_NETWORK=y CONFIG_SECURITY_NETWORK_XFRM=y CONFIG_SECURITY_CAPABILITIES=y -CONFIG_SECURITY_SELINUX=y -CONFIG_SECURITY_SELINUX_BOOTPARAM=y -CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0 -CONFIG_SECURITY_SELINUX_DISABLE=y -CONFIG_SECURITY_SELINUX_DEVELOP=y -CONFIG_SECURITY_SELINUX_AVC_STATS=y -CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=1 # # Cryptographic options Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Wed Sep 20 14:08:01 2006 @@ -11,6 +11,7 @@ * mipsel/r5k-cobalt: Enable CONFIG_BONDING as a module. * arm/iop32x: Likewise. * arm/ixp4xx: Likewise. + * arm: Disable CONFIG_AUDIT for now since it's broken. [ Sven Luther ] * [powerpc] Enabled the -prep flavour. (Closes: #359025) _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

