From e4853bde02ae8cd293eedca56a37ccd4d703dd16 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 1 Aug 2012 12:32:05 +0000 Subject: [PATCH] [x86] seccomp: Enable SECCOMP_FILTER svn path=/dists/trunk/linux/; revision=19300 --- debian/changelog | 1 + debian/config/config | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index f0612155c..468ff1a32 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ linux (3.5-1~experimental.1) UNRELEASED; urgency=low * 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 Mon, 02 Jul 2012 15:09:43 +0100 diff --git a/debian/config/config b/debian/config/config index b0aa9e46a..81680a60c 100644 --- a/debian/config/config +++ b/debian/config/config @@ -1,3 +1,8 @@ +## +## file: arch/Kconfig +## +CONFIG_SECCOMP_FILTER=y + ## ## file: block/Kconfig ##