Re: [PATCH] Audit: remove unused audit_log_secctx function

2017-10-25 Thread Paul Moore
On Tue, Oct 24, 2017 at 9:52 PM, Casey Schaufler wrote: > 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 m

Re: [PATCH] Audit: remove unused audit_log_secctx function

2017-10-24 Thread James Morris
On Tue, 24 Oct 2017, Casey Schaufler wrote: > 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. > >

[PATCH] Audit: remove unused audit_log_secctx function

2017-10-24 Thread Casey Schaufler
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 --- include/linux/audit.