diff options
| author | Eric Paris <eparis@redhat.com> | 2012-04-02 13:15:50 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-04-03 12:49:10 -0400 |
| commit | 7f6a47cf1477ffae9cff1d6ee181e2ce6bfb2f02 (patch) | |
| tree | 55d2bfda38776aeed69b82cf0bd5b409744b4afd /security | |
| parent | 48c62af68a403ef1655546bd3e021070c8508573 (diff) | |
SELinux: remove avd from selinux_audit_data
We do not use it. Remove it.
Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'security')
| -rw-r--r-- | security/selinux/include/avc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/include/avc.h b/security/selinux/include/avc.h index fa13f17ce0ff..09c3eda12128 100644 --- a/security/selinux/include/avc.h +++ b/security/selinux/include/avc.h | |||
| @@ -58,7 +58,6 @@ struct selinux_audit_data { | |||
| 58 | * comments in avc.c for it's meaning and usage. | 58 | * comments in avc.c for it's meaning and usage. |
| 59 | */ | 59 | */ |
| 60 | u32 auditdeny; | 60 | u32 auditdeny; |
| 61 | struct av_decision *avd; | ||
| 62 | int result; | 61 | int result; |
| 63 | }; | 62 | }; |
| 64 | 63 | ||
