Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1676109
| From | Paul Moore <paul@paul-moore.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] audit: convert AUDIT_FILTER_PATH to AUDIT_FILTER_FS |
| Date | 2017-06-27 21:50 +0200 |
| Message-ID | <tX4EN-57v-5@gated-at.bofh.it> (permalink) |
| References | <tX3IL-4sT-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jun 27, 2017 at 2:47 PM, Richard Guy Briggs <rgb@redhat.com> wrote: > Switch from AUDIT_FILTER_PATH to AUDIT_FILTER_FS to align with the userspace > request to avoid a name collision with the path record and path field option. > > Also update the corresponding feature bitmap macros. > > See: https://github.com/linux-audit/audit-kernel/issues/8 > See: https://github.com/linux-audit/audit-userspace/issues/15 > > Signed-off-by: Richard Guy Briggs <rgb@redhat.com> > --- > include/uapi/linux/audit.h | 6 +++--- > kernel/auditfilter.c | 10 +++++----- > kernel/auditsc.c | 2 +- > 3 files changed, 9 insertions(+), 9 deletions(-) Considering that the original AUDIT_FILTER_PATH haven't been merged yet (they were waiting on a userspace discussion for reasons like this), please just fold this change into the original patch and resubmit. -- paul moore www.paul-moore.com
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] audit: convert AUDIT_FILTER_PATH to AUDIT_FILTER_FS Richard Guy Briggs <rgb@redhat.com> - 2017-06-27 20:50 +0200 Re: [PATCH] audit: convert AUDIT_FILTER_PATH to AUDIT_FILTER_FS Paul Moore <paul@paul-moore.com> - 2017-06-27 21:50 +0200
csiph-web