[PATCH] Fix a bidirectional UDS connect check
authorZbigniew Jasinski <z.jasinski@samsung.com>
Tue, 30 Dec 2014 06:37:15 +0000 (15:37 +0900)
committerjinhyung.jo <jinhyung.jo@samsung.com>
Tue, 30 Dec 2014 08:53:59 +0000 (17:53 +0900)
commit8ae491dbc8264a93a0d3a50d211f16b4750a1e8d
treea114ac7bebdf29f6d29e57088142324b130bd2f0
parent91e37eda8f3344eea9b2366495442931252be777
[PATCH] Fix a bidirectional UDS connect check

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.

Change-Id: I99a51b2ed49404eea77ee0c01364d626933aaf00
Signed-off-by: Zbigniew Jasinski <z.jasinski@samsung.com>
security/smack/smack_lsm.c