[PATCH -next] audit: Include securiry.h unconditionally

Xiu Jianfeng posted 1 patch 2 years, 6 months ago
kernel/audit.c | 2 --
1 file changed, 2 deletions(-)
[PATCH -next] audit: Include securiry.h unconditionally
Posted by Xiu Jianfeng 2 years, 6 months ago
The ifdef-else logic is already in the header file, so include it
unconditionally, no functional changes here.

Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
---
 kernel/audit.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/kernel/audit.c b/kernel/audit.c
index 9bc0b0301198..45b2fb1e45af 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -53,9 +53,7 @@
 #include <net/sock.h>
 #include <net/netlink.h>
 #include <linux/skbuff.h>
-#ifdef CONFIG_SECURITY
 #include <linux/security.h>
-#endif
 #include <linux/freezer.h>
 #include <linux/pid_namespace.h>
 #include <net/netns/generic.h>
-- 
2.34.1
Re: [PATCH] audit: Include securiry.h unconditionally
Posted by Paul Moore 2 years, 6 months ago
On Jul 19, 2023 Xiu Jianfeng <xiujianfeng@huawei.com> wrote:
> 
> The ifdef-else logic is already in the header file, so include it
> unconditionally, no functional changes here.
> 
> Signed-off-by: Xiu Jianfeng <xiujianfeng@huawei.com>
> ---
>  kernel/audit.c | 2 --
>  1 file changed, 2 deletions(-)

Merged with the spelling error in the subject line fixed, thanks.

--
paul-moore.com