-
- Downloads
Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit
Pull audit updates from Paul Moore: "The audit changes for v4.11 are relatively small compared to what we did for v4.10, both in terms of size and impact. - two patches from Steve tweak the formatting for some of the audit records to make them more consistent with other audit records. - three patches from Richard record the name of a module on module load, fix the logging of sockaddr information when using socketcall() on 32-bit systems, and add the ability to reset audit's lost record counter. - my lone patch just fixes an annoying style nit that I was reminded about by one of Richard's patches. All these patches pass our test suite" * 'stable-4.11' of git://git.infradead.org/users/pcmoore/audit: audit: remove unnecessary curly braces from switch/case statements audit: log module name on init_module audit: log 32-bit socketcalls audit: add feature audit_lost reset audit: Make AUDIT_ANOM_ABEND event normalized audit: Make AUDIT_KERNEL event conform to the specification
No related branches found
No related tags found
Showing
- include/linux/audit.h 32 additions, 0 deletionsinclude/linux/audit.h
- include/uapi/linux/audit.h 6 additions, 1 deletioninclude/uapi/linux/audit.h
- kernel/audit.c 10 additions, 2 deletionskernel/audit.c
- kernel/audit.h 3 additions, 0 deletionskernel/audit.h
- kernel/auditsc.c 27 additions, 13 deletionskernel/auditsc.c
- kernel/module.c 4 additions, 1 deletionkernel/module.c
- net/compat.c 14 additions, 3 deletionsnet/compat.c
Loading
Please register or sign in to comment