[kernel] r19300 - in dists/trunk/linux/debian: . config

Ben Hutchings benh at alioth.debian.org
Wed Aug 1 12:32:06 UTC 2012


Author: benh
Date: Wed Aug  1 12:32:05 2012
New Revision: 19300

Log:
[x86] seccomp: Enable SECCOMP_FILTER

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Wed Aug  1 04:03:34 2012	(r19299)
+++ dists/trunk/linux/debian/changelog	Wed Aug  1 12:32:05 2012	(r19300)
@@ -8,6 +8,7 @@
   * rt: Disable until it is updated for Linux 3.5 or later
   * debian/copyright: Convert to machine-readable format (fka DEP-5)
   * debian/copyright: Add copyright notice for newly-added Unicode data
+  * [x86] seccomp: Enable SECCOMP_FILTER
 
  -- Ben Hutchings <ben at decadent.org.uk>  Mon, 02 Jul 2012 15:09:43 +0100
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Wed Aug  1 04:03:34 2012	(r19299)
+++ dists/trunk/linux/debian/config/config	Wed Aug  1 12:32:05 2012	(r19300)
@@ -1,4 +1,9 @@
 ##
+## file: arch/Kconfig
+##
+CONFIG_SECCOMP_FILTER=y
+
+##
 ## file: block/Kconfig
 ##
 CONFIG_BLOCK=y



More information about the Kernel-svn-changes mailing list