aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-26/+74
2020-04-27audit: log audit netlink multicast bind and unbindRichard Guy Briggs1-4/+44
2020-04-22audit: fix a net reference leak in audit_list_rules_send()Paul Moore1-1/+1
2020-04-20audit: fix a net reference leak in audit_send_reply()Paul Moore1-21/+29
2020-04-20audit: check the length of userspace generated audit recordsPaul Moore1-0/+3
2020-03-31Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-0/+1
2020-03-12audit: trigger accompanying records when no rules presentRichard Guy Briggs1-0/+1
2020-02-24audit: always check the netlink payload length in audit_receive_msg()Paul Moore1-19/+21
2019-12-09audit: Add __rcu annotation to RCU pointerAmol Grover1-2/+3
2019-10-25audit: remove redundant condition check in kauditd_thread()Yunfeng Ye1-2/+2
2019-10-03audit: Report suspicious O_CREAT usageKees Cook1-5/+6
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-0/+27
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-21audit: deliver signal_info regarless of syscallRichard Guy Briggs1-0/+27
2019-03-20audit: connect LOGIN record to its syscall recordRichard Guy Briggs1-1/+1
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs1-157/+0
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs1-1/+9
2019-01-25audit: add support for fcaps v3Richard Guy Briggs1-2/+4
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs1-0/+85
2019-01-18audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs1-9/+19
2019-01-14audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs1-2/+5
2018-12-14audit: remove duplicated include from audit.cYueHaibing1-1/+0
2018-12-03audit: shorten PATH cap values when zeroRichard Guy Briggs1-4/+6
2018-11-26audit: use current whenever possiblePaul Moore1-17/+17
2018-11-26audit: minimize our use of audit_log_format()Paul Moore1-6/+5
2018-11-19audit: use session_info helperRichard Guy Briggs1-3/+3
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore1-1/+1
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann1-1/+1
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs1-3/+0
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs1-1/+1
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs1-4/+2
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs1-2/+2
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-32/+76
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-3/+3
2018-03-21audit: remove path param from link denied functionRichard Guy Briggs1-2/+1
2018-03-08audit: link denied should not directly generate PATH recordRichard Guy Briggs1-13/+1
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs1-0/+3
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards1-7/+14
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore1-11/+55
2018-02-21audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs1-0/+2
2018-02-14audit: update bugtracker and source URIsRichard Guy Briggs1-1/+2
2017-11-10Audit: remove unused audit_log_secctx functionCasey Schaufler1-26/+0
2017-11-10audit: Allow auditd to set pid to 0 to end auditingSteve Grubb1-13/+16
2017-11-10audit: use audit_set_enabled() in audit_enable()Paul Moore1-2/+2
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore1-1/+1
2017-11-10audit: don't use simple_strtol() anymorePaul Moore1-2/+7
2017-11-10audit: initialize the audit subsystem as early as possiblePaul Moore1-1/+1
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore1-5/+5
2017-09-05audit: update the function commentsGeliang Tang1-1/+1
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman1-1/+1