Skip to content

Commit 60207df

Browse files
committed
landlock: Remove useless include
Remove useless audit.h include. Cc: Günther Noack <gnoack@google.com> Fixes: 33e65b0 ("landlock: Add AUDIT_LANDLOCK_ACCESS and log ptrace denials") Link: https://lore.kernel.org/r/20251219193855.825889-1-mic@digikod.net Reviewed-by: Günther Noack <gnoack3000@gmail.com> Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent 29fbfa4 commit 60207df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

security/landlock/ruleset.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#include <linux/workqueue.h>
2424

2525
#include "access.h"
26-
#include "audit.h"
2726
#include "domain.h"
2827
#include "limits.h"
2928
#include "object.h"

0 commit comments

Comments
 (0)