commit | 219ca39427bf6c46c4e1473493e33bc00635e99b | [log] [tgz] |
---|---|---|
author | Richard Guy Briggs <rgb@redhat.com> | Wed Mar 26 07:26:47 2014 -0400 |
committer | Eric Paris <eparis@redhat.com> | Tue Sep 23 16:37:53 2014 -0400 |
tree | c619484ff5565d783d29ae867253e1e24bda588e | |
parent | e7df61f4d1ddb7fdd654dde6cd40f7cc398c3932 [diff] |
audit: use union for audit_field values since they are mutually exclusive 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>