Re: [PATCH v8 1/1] man-pages: seccomp.2: document syscall

2014-06-25 Thread Michael Kerrisk (man-pages)
On Wed, Jun 25, 2014 at 5:10 PM, Kees Cook wrote: > On Wed, Jun 25, 2014 at 6:04 AM, One Thousand Gnomes > wrote: >> On Tue, 24 Jun 2014 13:56:15 -0700 >> Kees Cook wrote: >> >>> Combines documentation from prctl, in-kernel seccomp_filter.txt and >>> dropper.c, along with details specific to the

Re: [PATCH v8 1/1] man-pages: seccomp.2: document syscall

2014-06-25 Thread Kees Cook
On Wed, Jun 25, 2014 at 6:04 AM, One Thousand Gnomes wrote: > On Tue, 24 Jun 2014 13:56:15 -0700 > Kees Cook wrote: > >> Combines documentation from prctl, in-kernel seccomp_filter.txt and >> dropper.c, along with details specific to the new syscall. > > What is the license on the example ? Proba

Re: [PATCH v8 1/1] man-pages: seccomp.2: document syscall

2014-06-25 Thread One Thousand Gnomes
On Tue, 24 Jun 2014 13:56:15 -0700 Kees Cook wrote: > Combines documentation from prctl, in-kernel seccomp_filter.txt and > dropper.c, along with details specific to the new syscall. What is the license on the example ? Probably you want to propogate the minimal form of the text in seccomp/dropp

[PATCH v8 1/1] man-pages: seccomp.2: document syscall

2014-06-24 Thread Kees Cook
Combines documentation from prctl, in-kernel seccomp_filter.txt and dropper.c, along with details specific to the new syscall. Signed-off-by: Kees Cook --- v3: - change args to void * (luto) - small typo cleanups v2: - add full example code, based on "dropper.c" in samples/seccomp/ --- man2/s