]> git.baikalelectronics.ru Git - kernel.git/commit
audit: fix formatting of AUDIT_CONFIG_CHANGE events
authorSteve Grubb <sgrubb@redhat.com>
Wed, 16 Nov 2016 21:14:33 +0000 (16:14 -0500)
committerPaul Moore <paul@paul-moore.com>
Sun, 20 Nov 2016 20:38:00 +0000 (15:38 -0500)
commitf8ccbac1cbf06c4c387a7b6551c94ea87c3963b1
tree5b33f318b333b8bf61e2f24f9767bc977b2c261e
parentce1eabf3a60a225400454883334038d7180fcd13
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>
kernel/audit_fsnotify.c
kernel/audit_tree.c
kernel/audit_watch.c
kernel/auditfilter.c