]> git.baikalelectronics.ru Git - kernel.git/commit
smack: Fix a bidirectional UDS connect check typo
authorZbigniew Jasinski <z.jasinski@samsung.com>
Mon, 29 Dec 2014 14:34:58 +0000 (15:34 +0100)
committerCasey Schaufler <casey@schaufler-ca.com>
Mon, 19 Jan 2015 18:00:05 +0000 (10:00 -0800)
commitac28f7af5389533793bb31d95aea85d698aa91c8
treec467ec4b6531e2ac3985e0aefa0bc5471e9cfc2e
parent6911920e979d30f00140859b567b162c003774a2
smack: Fix a bidirectional UDS connect check typo

The d8ec7608adbe3cf96ebc53b80d54e033f96980f7 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>
security/smack/smack_lsm.c