commit | 1d9d02feeee89e9132034d504c9a45eeaf618a3d | [log] [tgz] |
---|---|---|
author | Andrea Arcangeli <andrea@cpushare.com> | Sun Jul 15 23:41:32 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Mon Jul 16 09:05:50 2007 -0700 |
tree | a4324cce8acd77cace3b1d4cf3a1e61783707e5c | |
parent | be0ef957c9eed4ebae873ee3fbcfb9dfde486dec [diff] |
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 <andrea@cpushare.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>