Re: [PATCH v4 12/15] smack: Remove redundant pdeath_signal clearing

2017-08-01 Thread Casey Schaufler
On 7/31/2017 4:51 PM, Kees Cook wrote: > This removes the redundant pdeath_signal clearing in Smack: the check in > smack_bprm_committing_creds() matches the check in smack_bprm_set_creds() > (which used to be in the now-removed smack_bprm_securexec() hook) and > since secureexec is now being check

Re: [PATCH v4 12/15] smack: Remove redundant pdeath_signal clearing

2017-07-31 Thread James Morris
On Mon, 31 Jul 2017, Kees Cook wrote: > This removes the redundant pdeath_signal clearing in Smack: the check in > smack_bprm_committing_creds() matches the check in smack_bprm_set_creds() > (which used to be in the now-removed smack_bprm_securexec() hook) and > since secureexec is now being check