Bug 1296194

Summary: RFE: audit the init_module syscall event
Product: [Fedora] Fedora Reporter: Steve Grubb <sgrubb>
Component: kernelAssignee: Paul Moore <pmoore>
Status: CLOSED DEFERRED QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mchehab, rbriggs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-06-02 19:42:12 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Steve Grubb 2016-01-06 14:57:02 UTC
Description of problem:
When the init_module syscall is audited, the main thing that we want is the module name. This is not recorded. Also when the debugfs module is loaded, we get 1000's of PATH records. We really don't want anything except the module name. Same thing with delete_module.

Version-Release number of selected component (if applicable):
4.2.6

Steps to Reproduce:
1. add "-a always,exit -F arch=x86_64 -S init_module -F key=mod-load" to the audit rules
2. reboot the system
3. ausearch --start today -k mod-load -i | less

Comment 2 Paul Moore 2016-06-02 19:42:12 UTC
Closing this as we are tracking upstream RFEs on GitHub now, see links in comment #1.