summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-091-0/+27
|\
| * audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-221-0/+27
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1Star
|/
* audit: connect LOGIN record to its syscall recordRichard Guy Briggs2019-03-211-1/+1
* audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-031-157/+0Star
* audit: ignore fcaps on umountRichard Guy Briggs2019-01-311-1/+9
* audit: add support for fcaps v3Richard Guy Briggs2019-01-251-2/+4
* audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-251-0/+85
* audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs2019-01-181-9/+19
* audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs2019-01-141-2/+5
* audit: remove duplicated include from audit.cYueHaibing2018-12-141-1/+0Star
* audit: shorten PATH cap values when zeroRichard Guy Briggs2018-12-041-4/+6
* audit: use current whenever possiblePaul Moore2018-11-271-17/+17
* audit: minimize our use of audit_log_format()Paul Moore2018-11-271-6/+5Star
* audit: use session_info helperRichard Guy Briggs2018-11-191-3/+3
* audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore2018-07-171-1/+1
* audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann2018-07-031-1/+1
* audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs2018-06-191-3/+0Star
* audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs2018-06-191-1/+1
* audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-4/+2Star
* audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs2018-04-201-2/+2
* Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-071-32/+76
|\
| * audit: remove path param from link denied functionRichard Guy Briggs2018-03-211-2/+1Star
| * audit: link denied should not directly generate PATH recordRichard Guy Briggs2018-03-091-13/+1Star
| * audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs2018-03-091-0/+3
| * audit: do not panic on invalid boot parameterGreg Edwards2018-03-061-7/+14
| * audit: track the owner of the command mutex ourselvesPaul Moore2018-02-231-11/+55
| * audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs2018-02-221-0/+2
| * audit: update bugtracker and source URIsRichard Guy Briggs2018-02-141-1/+2
* | treewide: Align function definition open/close bracesJoe Perches2018-03-261-3/+3
|/
* Audit: remove unused audit_log_secctx functionCasey Schaufler2017-11-101-26/+0Star
* audit: Allow auditd to set pid to 0 to end auditingSteve Grubb2017-11-101-13/+16
* audit: use audit_set_enabled() in audit_enable()Paul Moore2017-11-101-2/+2
* audit: convert audit_ever_enabled to a booleanPaul Moore2017-11-101-1/+1
* audit: don't use simple_strtol() anymorePaul Moore2017-11-101-2/+7
* audit: initialize the audit subsystem as early as possiblePaul Moore2017-11-101-1/+1
* audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore2017-11-101-5/+5
* audit: update the function commentsGeliang Tang2017-09-051-1/+1
* audit: Reduce overhead using a coarse clockMel Gorman2017-09-051-1/+1
* Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-201-0/+1
|\
| * audit: fix memleak in auditd_send_unicast_skb.Shu Wang2017-07-191-0/+1
* | Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-07-051-32/+29Star
|\|
| * audit: make sure we never skip the multicast broadcastPaul Moore2017-06-161-3/+2Star
| * audit: fix a race condition with the auditd tracking codePaul Moore2017-06-131-13/+23
| * audit: unswing cap_* fields in PATH recordsRichard Guy Briggs2017-05-231-16/+4Star
* | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-05-031-146/+173
|\|
| * audit: fix the RCU locking for the auditd_connection structurePaul Moore2017-05-021-57/+100
| * audit: use kmem_cache to manage the audit_buffer cachePaul Moore2017-05-021-49/+17Star
| * audit: Use timespec64 to represent audit timestampsDeepa Dinamani2017-05-021-5/+5
| * audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2017-05-021-27/+57