commit | 6e66ec3cae02952fcfc285cb156c11dcc61f4453 | [log] [tgz] |
---|---|---|
author | Steve Grubb <sgrubb@redhat.com> | Thu Oct 12 23:24:01 2017 -0400 |
committer | Paul Moore <paul@paul-moore.com> | Fri Nov 10 16:08:28 2017 -0500 |
tree | 805fc6f8b32ae9976aca21263800e8bd0bc3250e | |
parent | 5d842a5b77a58160625548fa6be2dc159179ffdb [diff] |
audit: Add new syscalls to the perm=w filter The audit subsystem allows selecting audit events based on watches for a particular behavior like writing to a file. A lot of syscalls have been added without updating the list. This patch adds 2 syscalls to the write filters: fallocate and renameat2. Signed-off-by: Steve Grubb <sgrubb@redhat.com> Reviewed-by: Richard Guy Briggs <rgb@redhat.com> [PM: cleaned up some whitespace errors] Signed-off-by: Paul Moore <paul@paul-moore.com>