]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
security: only build lsm_audit if CONFIG_SECURITY=y
authorStephen Smalley <sds@tycho.nsa.gov>
Tue, 10 Dec 2019 16:55:41 +0000 (11:55 -0500)
committerPaul Moore <paul@paul-moore.com>
Tue, 10 Dec 2019 18:51:42 +0000 (13:51 -0500)
commitb2104ac0bd951a2887a03b09e2106fcff5fad94e
tree0d513b84ad992660d85501b216a4f1cd59e90195
parent5298d0b9b98089f5af406f7e05a41a53f9a15c11
security: only build lsm_audit if CONFIG_SECURITY=y

The lsm_audit code is only required when CONFIG_SECURITY is enabled.
It does not have a build dependency on CONFIG_AUDIT since audit.h
provides trivial static inlines for audit_log*() when CONFIG_AUDIT
is disabled.  Hence, the Makefile should only add lsm_audit to the
obj lists based on CONFIG_SECURITY, not CONFIG_AUDIT.

Fixes: 59438b46471a ("security,lockdown,selinux: implement SELinux lockdown")
Signed-off-by: Stephen Smalley <sds@tycho.nsa.gov>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/Makefile