Re: [RFC PATCH 3/4] smack: differentiate between subjective and objective task credentials

2021-03-10 Thread John Johansen
On 2/19/21 3:29 PM, Paul Moore wrote: > With the split of the security_task_getsecid() into subjective and > objective variants it's time to update Smack to ensure it is using > the correct task creds. > > Signed-off-by: Paul Moore Reviewed-by: John Johansen > --- > security/smack/smack.h

Re: [RFC PATCH 3/4] smack: differentiate between subjective and objective task credentials

2021-03-08 Thread Richard Guy Briggs
On 2021-02-19 18:29, Paul Moore wrote: > With the split of the security_task_getsecid() into subjective and > objective variants it's time to update Smack to ensure it is using > the correct task creds. > > Signed-off-by: Paul Moore FWIW Reviewed-by: Richard Guy Briggs > --- >

Re: [RFC PATCH 3/4] smack: differentiate between subjective and objective task credentials

2021-02-22 Thread John Johansen
On 2/19/21 3:29 PM, Paul Moore wrote: > With the split of the security_task_getsecid() into subjective and > objective variants it's time to update Smack to ensure it is using > the correct task creds. > > Signed-off-by: Paul Moore first pass looks good to me > --- > security/smack/smack.h

[RFC PATCH 3/4] smack: differentiate between subjective and objective task credentials

2021-02-19 Thread Paul Moore
With the split of the security_task_getsecid() into subjective and objective variants it's time to update Smack to ensure it is using the correct task creds. Signed-off-by: Paul Moore --- security/smack/smack.h | 18 +- security/smack/smack_lsm.c | 40