Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f6a47cf authored by Eric Paris's avatar Eric Paris Committed by Linus Torvalds
Browse files

SELinux: remove avd from selinux_audit_data



We do not use it.  Remove it.

Signed-off-by: default avatarEric Paris <eparis@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 48c62af6
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -58,7 +58,6 @@ struct selinux_audit_data {
	 * comments in avc.c for it's meaning and usage.
	 */
	u32 auditdeny;
	struct av_decision *avd;
	int result;
};