Unverified Commit 8b95abd8 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files
parents 7fcee7c0 04f87018
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
#include <uapi/linux/mqueue.h>
#include <linux/tty.h>
#include <uapi/linux/openat2.h> // struct open_how
#include <linux/kabi.h>

/* AUDIT_NAMES is the number of slots we reserve in the audit_context
 * for saving names from getname().  If we get more names we will allocate
@@ -208,6 +209,8 @@ struct audit_context {
	};
	int fds[2];
	struct audit_proctitle proctitle;
	KABI_RESERVE(0);
	KABI_RESERVE(1);
};

extern bool audit_ever_enabled;