Re: [PATCH 2/3] Fix a bidirectional UDS connect check typo

2014-08-29 Thread Casey Schaufler
On 8/29/2014 8:02 AM, Lukasz Pawelczyk wrote: > The 54e70ec5eb090193b03e69d551fa6771a5a217c4 commit introduced a > bidirectional check that should have checked for mutual WRITE access > between two labels. Due to a typo the second check was incorrect. > > Signed-off-by: Lukasz Pawelczyk Applied t

[PATCH 2/3] Fix a bidirectional UDS connect check typo

2014-08-29 Thread Lukasz Pawelczyk
The 54e70ec5eb090193b03e69d551fa6771a5a217c4 commit introduced a bidirectional check that should have checked for mutual WRITE access between two labels. Due to a typo the second check was incorrect. Signed-off-by: Lukasz Pawelczyk --- security/smack/smack_lsm.c | 4 ++-- 1 file changed, 2 inser