From: Andrea Arcangeli Date: Mon, 16 Jul 2007 06:41:32 +0000 (-0700) Subject: move seccomp from /proc to a prctl X-Git-Tag: v2.6.23-rc1~829 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9d02feeee89e9132034d504c9a45eeaf618a3d;p=pandora-kernel.git move seccomp from /proc to a prctl This reduces the memory footprint and it enforces that only the current task can enable seccomp on itself (this is a requirement for a strightforward [modulo preempt ;) ] TIF_NOTSC implementation). Signed-off-by: Andrea Arcangeli Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed