commit | 96be7b5424948ae39d29d5149eaec0bd6edd7404 | [log] [tgz] |
---|---|---|
author | Zbigniew Jasinski <z.jasinski@samsung.com> | Mon Dec 29 15:34:58 2014 +0100 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Mon Jan 19 10:00:05 2015 -0800 |
tree | c467ec4b6531e2ac3985e0aefa0bc5471e9cfc2e | |
parent | 1d8c2326a4a2a4d942f9165b5702fe6f869ccf48 [diff] |
smack: Fix a bidirectional UDS connect check typo The 54e70ec5eb090193b03e69d551fa6771a5a217c4 commit introduced a bidirectional check that should have checked for mutual WRITE access between two labels. Due to a typo subject's OUT label is checked with object's OUT. Should be OUT to IN. Signed-off-by: Zbigniew Jasinski <z.jasinski@samsung.com>