summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-14/+1
2019-03-20audit: connect LOGIN record to its syscall recordRichard Guy Briggs-1/+1
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs-157/+0
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs-1/+9
2019-01-25audit: add support for fcaps v3Richard Guy Briggs-2/+4
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs-0/+85
2019-01-18audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs-9/+19
2019-01-14audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs-2/+5
2018-12-14audit: remove duplicated include from audit.cYueHaibing-1/+0
2018-12-03audit: shorten PATH cap values when zeroRichard Guy Briggs-4/+6
2018-11-26audit: use current whenever possiblePaul Moore-17/+17
2018-11-26audit: minimize our use of audit_log_format()Paul Moore-6/+5
2018-11-19audit: use session_info helperRichard Guy Briggs-3/+3
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore-1/+1
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann-1/+1
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs-3/+0
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs-1/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs-4/+2
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs-2/+2
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-32/+76
2018-03-26treewide: Align function definition open/close bracesJoe Perches-3/+3
2018-03-21audit: remove path param from link denied functionRichard Guy Briggs-2/+1
2018-03-08audit: link denied should not directly generate PATH recordRichard Guy Briggs-13/+1
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs-0/+3
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards-7/+14
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore-11/+55
2018-02-21audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs-0/+2
2018-02-14audit: update bugtracker and source URIsRichard Guy Briggs-1/+2
2017-11-10Audit: remove unused audit_log_secctx functionCasey Schaufler-26/+0
2017-11-10audit: Allow auditd to set pid to 0 to end auditingSteve Grubb-13/+16
2017-11-10audit: use audit_set_enabled() in audit_enable()Paul Moore-2/+2
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore-1/+1
2017-11-10audit: don't use simple_strtol() anymorePaul Moore-2/+7
2017-11-10audit: initialize the audit subsystem as early as possiblePaul Moore-1/+1
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore-5/+5
2017-09-05audit: update the function commentsGeliang Tang-1/+1
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman-1/+1
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-0/+1
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang-0/+1
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-32/+29
2017-06-16audit: make sure we never skip the multicast broadcastPaul Moore-3/+2
2017-06-13audit: fix a race condition with the auditd tracking codePaul Moore-13/+23
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs-16/+4
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds-146/+173
2017-05-02audit: fix the RCU locking for the auditd_connection structurePaul Moore-57/+100
2017-05-02audit: use kmem_cache to manage the audit_buffer cachePaul Moore-49/+17
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani-5/+5
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tPaul Moore-27/+57
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Paul Moore-17/+6
2017-05-02audit: combine audit_receive() and audit_receive_skb()Paul Moore-11/+8