commit | c1e8f06d7a0eea232ce0767471e1b4756ccab70a | [log] [tgz] |
---|---|---|
author | Steve Grubb <sgrubb@redhat.com> | Wed Nov 16 16:14:33 2016 -0500 |
committer | Paul Moore <paul@paul-moore.com> | Sun Nov 20 15:38:00 2016 -0500 |
tree | 5b33f318b333b8bf61e2f24f9767bc977b2c261e | |
parent | 833fc48d18ce3595990b405ae82a160b33028994 [diff] |
audit: fix formatting of AUDIT_CONFIG_CHANGE events The AUDIT_CONFIG_CHANGE events sometimes use a op= field. The current code logs the value of the field with quotes. This field is documented to not be encoded, so it should not have quotes. Signed-off-by: Steve Grubb <sgrubb@redhat.com> Reviewed-by: Richard Guy Briggs <rgb@redhat.com> [PM: reformatted commit description to make checkpatch.pl happy] Signed-off-by: Paul Moore <paul@paul-moore.com>