Re: [PATCH] Smack: remove task_wait() hook.

2012-08-13 Thread Casey Schaufler
On 8/13/2012 4:45 AM, Jarkko Sakkinen wrote: > On Thu, Aug 09, 2012 at 05:46:38PM -0700, Casey Schaufler wrote: >> On 12/20/2011 11:20 PM, Jarkko Sakkinen wrote: >>> Allow SIGCHLD to be passed to child process without >>> explicit policy. This will help to keep the access >>> control policy simple

Re: [PATCH] Smack: remove task_wait() hook.

2012-08-13 Thread Jarkko Sakkinen
On Thu, Aug 09, 2012 at 05:46:38PM -0700, Casey Schaufler wrote: > On 12/20/2011 11:20 PM, Jarkko Sakkinen wrote: > > Allow SIGCHLD to be passed to child process without > > explicit policy. This will help to keep the access > > control policy simple and easily maintainable with > > complex

Re: [PATCH] Smack: remove task_wait() hook.

2012-08-13 Thread Jarkko Sakkinen
On Thu, Aug 09, 2012 at 05:46:38PM -0700, Casey Schaufler wrote: On 12/20/2011 11:20 PM, Jarkko Sakkinen wrote: Allow SIGCHLD to be passed to child process without explicit policy. This will help to keep the access control policy simple and easily maintainable with complex applications

Re: [PATCH] Smack: remove task_wait() hook.

2012-08-13 Thread Casey Schaufler
On 8/13/2012 4:45 AM, Jarkko Sakkinen wrote: On Thu, Aug 09, 2012 at 05:46:38PM -0700, Casey Schaufler wrote: On 12/20/2011 11:20 PM, Jarkko Sakkinen wrote: Allow SIGCHLD to be passed to child process without explicit policy. This will help to keep the access control policy simple and easily

Re: [PATCH] Smack: remove task_wait() hook.

2012-08-09 Thread Casey Schaufler
On 12/20/2011 11:20 PM, Jarkko Sakkinen wrote: > Allow SIGCHLD to be passed to child process without > explicit policy. This will help to keep the access > control policy simple and easily maintainable with > complex applications that require use of multiple > security contexts. It will also help

Re: [PATCH] Smack: remove task_wait() hook.

2012-08-09 Thread Casey Schaufler
On 12/20/2011 11:20 PM, Jarkko Sakkinen wrote: Allow SIGCHLD to be passed to child process without explicit policy. This will help to keep the access control policy simple and easily maintainable with complex applications that require use of multiple security contexts. It will also help to