Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1601698
| From | Paul Moore <paul@paul-moore.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v2] audit: log module name on delete_module |
| Date | 2017-03-15 21:00 +0100 |
| Message-ID | <tlnft-3Ul-37@gated-at.bofh.it> (permalink) |
| References | <tk1qG-3is-5@gated-at.bofh.it> <tkyZk-1HR-19@gated-at.bofh.it> <tkBaP-3bi-41@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, Mar 13, 2017 at 12:31 PM, Jessica Yu <jeyu@redhat.com> wrote: > +++ Paul Moore [13/03/17 10:16 -0400]: >> >> On Sat, Mar 11, 2017 at 9:24 PM, Richard Guy Briggs <rgb@redhat.com> >> wrote: >>> >>> When a sysadmin wishes to monitor module unloading with a syscall rule >>> such as: >>> -a always,exit -F arch=x86_64 -S delete_module -F key=mod-unload >>> the SYSCALL record doesn't tell us what module was requested for >>> unloading. >>> >>> Use the new KERN_MODULE auxiliary record to record it. >>> The SYSCALL record result code will list the return code. >>> >>> See: https://github.com/linux-audit/audit-kernel/issues/37 >>> https://github.com/linux-audit/audit-kernel/issues/7 >>> >>> https://github.com/linux-audit/audit-kernel/wiki/RFE-Module-Load-Record-Format >>> >>> Signed-off-by: Richard Guy Briggs <rgb@redhat.com> >>> --- >>> kernel/module.c | 2 ++ >>> 1 files changed, 2 insertions(+), 0 deletions(-) >> >> >> Jessica? If there are no objections to this patch on your side I'll >> merge this into the audit/next tree. > > > Looks good to me: > > Acked-by: Jessica Yu <jeyu@redhat.com> Merged, thanks everyone. -- paul moore www.paul-moore.com
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v2] audit: log module name on delete_module Paul Moore <paul@paul-moore.com> - 2017-03-15 21:00 +0100
csiph-web