2023-07-20 02:01:34

by Xiu Jianfeng

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

The ifdef-else logic is already in the header file, so include it
unconditionally, no functional changes here.

Signed-off-by: Xiu Jianfeng <[email protected]>
---
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



2023-07-20 19:33:49

by Paul Moore

[permalink] [raw]
Subject: Re: [PATCH] audit: Include securiry.h unconditionally

On Jul 19, 2023 Xiu Jianfeng <[email protected]> wrote:
>
> The ifdef-else logic is already in the header file, so include it
> unconditionally, no functional changes here.
>
> Signed-off-by: Xiu Jianfeng <[email protected]>
> ---
> kernel/audit.c | 2 --
> 1 file changed, 2 deletions(-)

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

--
paul-moore.com