Author: maks Date: Mon Jan 14 16:46:10 2008 New Revision: 10102 Log: topconfig: Enable AUDITSYSCALL for better SELinux support.
enables low-overhead system-call auditing infrastructure. Modified: dists/trunk/linux-2.6/debian/changelog dists/trunk/linux-2.6/debian/config/config Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Mon Jan 14 16:46:10 2008 @@ -37,6 +37,7 @@ * Add and enable ath5k.patch wireless driver for Atheros 5xxx cards. * Unify VLAN_8021Q setting, needed also on r5k-cobalt. * Double max SERIAL_8250_NR_UARTS to 32. (closes: #440807) + * topconfig: Enable AUDITSYSCALL for better SELinux support. [ Bastian Blank ] * [amd64, i386]: Set kernel architecture to x86. @@ -65,7 +66,7 @@ * [m68k]: Update patches from linux-m68k CVS * [m68k]: Enable building for bvme6000, mvme147, and mvme16x again - -- maximilian attems <[EMAIL PROTECTED]> Mon, 14 Jan 2008 13:02:49 +0100 + -- maximilian attems <[EMAIL PROTECTED]> Mon, 14 Jan 2008 17:43:51 +0100 linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; urgency=low Modified: dists/trunk/linux-2.6/debian/config/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/config (original) +++ dists/trunk/linux-2.6/debian/config/config Mon Jan 14 16:46:10 2008 @@ -26,7 +26,7 @@ # CONFIG_USER_NS is not set # CONFIG_PID_NS is not set CONFIG_AUDIT=y -# CONFIG_AUDITSYSCALL is not set +CONFIG_AUDITSYSCALL=y # CONFIG_IKCONFIG is not set # TODO: too large for small systems? CONFIG_LOG_BUF_SHIFT=17 _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

