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)
commit138a868f009bfca8633032cdb91e2b02e292658b
tree13ae57b0d8e77c1f11071b4a9c316ea76d8b23dc
parent69f287ae6fc8357e0bc561353a2d585b89ee8cdc
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