git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7df61f
)
audit: use union for audit_field values since they are mutually exclusive
author
Richard Guy Briggs
<rgb@redhat.com>
Wed, 26 Mar 2014 11:26:47 +0000
(07:26 -0400)
committer
Eric Paris
<eparis@redhat.com>
Tue, 23 Sep 2014 20:37:53 +0000
(16:37 -0400)
Since only one of val, uid, gid and lsm* are used at any given time, combine
them to reduce the size of the struct audit_field.
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
No differences found