Re: [PATCH v3 0/4] um: Add seccomp support

2016-01-06 Thread Richard Weinberger
Am 06.01.2016 um 15:15 schrieb David Drysdale: > On Mon, Jan 4, 2016 at 8:13 PM, Kees Cook wrote: >> On Tue, Dec 29, 2015 at 12:35 PM, Mickaël Salaün wrote: >>> This series add seccomp support to User-mode Linux (i386 and x86_64 >>> subarchitectures) and fix ptrace issues. This apply on v4.4-rc7

Re: [PATCH v3 0/4] um: Add seccomp support

2016-01-06 Thread David Drysdale
On Mon, Jan 4, 2016 at 8:13 PM, Kees Cook wrote: > On Tue, Dec 29, 2015 at 12:35 PM, Mickaël Salaün wrote: >> This series add seccomp support to User-mode Linux (i386 and x86_64 >> subarchitectures) and fix ptrace issues. This apply on v4.4-rc7 and pass all >> the 48 tests from selftest/seccomp p

Re: [PATCH v3 0/4] um: Add seccomp support

2016-01-04 Thread Kees Cook
On Tue, Dec 29, 2015 at 12:35 PM, Mickaël Salaün wrote: > This series add seccomp support to User-mode Linux (i386 and x86_64 > subarchitectures) and fix ptrace issues. This apply on v4.4-rc7 and pass all > the 48 tests from selftest/seccomp plus the UML ptsc test. > > Changes since v2: > * remove

[PATCH v3 0/4] um: Add seccomp support

2015-12-29 Thread Mickaël Salaün
This series add seccomp support to User-mode Linux (i386 and x86_64 subarchitectures) and fix ptrace issues. This apply on v4.4-rc7 and pass all the 48 tests from selftest/seccomp plus the UML ptsc test. Changes since v2: * remove get_syscall() from os.h and don't include it in syscall.c [1/4] * r