Re: [PATCH v3 0/4] seccomp: Add SECCOMP_FILTER_FLAG_KILL_PROCESS

2017-08-09 Thread Kees Cook
On Wed, Aug 9, 2017 at 1:33 PM, Tyler Hicks wrote: > Hey Tycho! > > On 08/09/2017 03:22 PM, Tycho Andersen wrote: >> On Wed, Aug 09, 2017 at 12:01:53PM -0700, Kees Cook wrote: >>> This series is the result of Fabricio and I going around a few times >>> on possible solutions for finding a way to en

Re: [PATCH v3 0/4] seccomp: Add SECCOMP_FILTER_FLAG_KILL_PROCESS

2017-08-09 Thread Tycho Andersen
Hey Tyler :) On Wed, Aug 09, 2017 at 03:33:28PM -0500, Tyler Hicks wrote: > Hey Tycho! > > On 08/09/2017 03:22 PM, Tycho Andersen wrote: > > On Wed, Aug 09, 2017 at 12:01:53PM -0700, Kees Cook wrote: > >> This series is the result of Fabricio and I going around a few times > >> on possible soluti

Re: [PATCH v3 0/4] seccomp: Add SECCOMP_FILTER_FLAG_KILL_PROCESS

2017-08-09 Thread Tyler Hicks
Hey Tycho! On 08/09/2017 03:22 PM, Tycho Andersen wrote: > On Wed, Aug 09, 2017 at 12:01:53PM -0700, Kees Cook wrote: >> This series is the result of Fabricio and I going around a few times >> on possible solutions for finding a way to enhance RET_KILL to kill >> the process group. There's a lot o

Re: [PATCH v3 0/4] seccomp: Add SECCOMP_FILTER_FLAG_KILL_PROCESS

2017-08-09 Thread Tycho Andersen
On Wed, Aug 09, 2017 at 12:01:53PM -0700, Kees Cook wrote: > This series is the result of Fabricio and I going around a few times > on possible solutions for finding a way to enhance RET_KILL to kill > the process group. There's a lot of ways this could be done, but I > wanted something that felt c