Audit: remove unused audit_log_secctx function
authorCasey Schaufler <casey@schaufler-ca.com>
Wed, 25 Oct 2017 01:52:31 +0000 (18:52 -0700)
committerPaul Moore <paul@paul-moore.com>
Fri, 10 Nov 2017 21:08:47 +0000 (16:08 -0500)
commitf7b53637c090bd8ce2dc74ad0f3aa1898aff2524
tree560bfa9d9604d356144f9fcbc8112e699d59d328
parent33e8a907804428109ce1d12301c3365d619cc4df
Audit: remove unused audit_log_secctx function

The function audit_log_secctx() is unused in the upstream kernel.
All it does is wrap another function that doesn't need wrapping.
It claims to give you the SELinux context, but that is not true if
you are using a different security module.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Reviewed-by: James Morris <james.l.morris@oracle.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
include/linux/audit.h
kernel/audit.c