]> 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)
commit918a6408092ba7501a538fcb496fde761cf7a9c2
tree13ae57b0d8e77c1f11071b4a9c316ea76d8b23dc
parent531aab4b1bc3383e9e8f45f295a2d903af27ab40
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