[x86] seccomp: Enable SECCOMP_FILTER

svn path=/dists/trunk/linux/; revision=19300
This commit is contained in:
Ben Hutchings 2012-08-01 12:32:05 +00:00
parent 03b7022182
commit e4853bde02
2 changed files with 6 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Mon, 02 Jul 2012 15:09:43 +0100

View File

@ -1,3 +1,8 @@
##
## file: arch/Kconfig
##
CONFIG_SECCOMP_FILTER=y
##
## file: block/Kconfig
##