Skip to content

Commit

Permalink
SELinux: remove avd from selinux_audit_data
Browse files Browse the repository at this point in the history
We do not use it.  Remove it.

Signed-off-by: Eric Paris <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
eparis authored and torvalds committed Apr 3, 2012
1 parent 48c62af commit 7f6a47c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion security/selinux/include/avc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 7f6a47c

Please sign in to comment.