commit | c9d238a18baa92600ba015d6d6c2cde53f55c572 | [log] [tgz] |
---|---|---|
author | Himanshu Shukla <himanshu.sh@samsung.com> | Wed Nov 23 11:59:45 2016 +0530 |
committer | Casey Schaufler <casey@schaufler-ca.com> | Tue Jan 10 09:47:20 2017 -0800 |
tree | 291ae085ac1723cd566d16f3d9f657e17e85c4c3 | |
parent | 348dc288d4bf4c0272a46a80f97748f36916601b [diff] |
SMACK: Use smk_tskacc() instead of smk_access() for proper logging smack_file_open() is first checking the capability of calling subject, this check will skip the SMACK logging for success case. Use smk_tskacc() for proper logging and SMACK access check. Signed-off-by: Himanshu Shukla <himanshu.sh@samsung.com> Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>