]> git.baikalelectronics.ru Git - kernel.git/commit
smack: Add missing logging in bidirectional UDS connect check
authorRafal Krypa <r.krypa@samsung.com>
Thu, 8 Jan 2015 17:52:45 +0000 (18:52 +0100)
committerCasey Schaufler <casey@schaufler-ca.com>
Wed, 21 Jan 2015 00:35:31 +0000 (16:35 -0800)
commit9701e68a55d8cf22453daac056984388784ba974
tree13ae57b0d8e77c1f11071b4a9c316ea76d8b23dc
parent1ca4f75121734169a1e507fbed982195ea8b6cbc
smack: Add missing logging in bidirectional UDS connect check

During UDS connection check, both sides are checked for write access to
the other side. But only the first check is performed with audit support.
The second one didn't produce any audit logs. This simple patch fixes that.

Signed-off-by: Rafal Krypa <r.krypa@samsung.com>
security/smack/smack_lsm.c