summaryrefslogtreecommitdiff
path: root/kernel/audit.c
AgeCommit message (Expand)Author
2019-12-09audit: Add __rcu annotation to RCU pointerAmol Grover
2019-10-25audit: remove redundant condition check in kauditd_thread()Yunfeng Ye
2019-10-03audit: Report suspicious O_CREAT usageKees Cook
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-21audit: deliver signal_info regarless of syscallRichard Guy Briggs
2019-03-20audit: connect LOGIN record to its syscall recordRichard Guy Briggs
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs
2019-01-25audit: add support for fcaps v3Richard Guy Briggs
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs
2019-01-18audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs
2019-01-14audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs
2018-12-14audit: remove duplicated include from audit.cYueHaibing
2018-12-03audit: shorten PATH cap values when zeroRichard Guy Briggs
2018-11-26audit: use current whenever possiblePaul Moore
2018-11-26audit: minimize our use of audit_log_format()Paul Moore
2018-11-19audit: use session_info helperRichard Guy Briggs
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs
2018-04-06Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-21audit: remove path param from link denied functionRichard Guy Briggs
2018-03-08audit: link denied should not directly generate PATH recordRichard Guy Briggs
2018-03-08audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore
2018-02-21audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-02-14audit: update bugtracker and source URIsRichard Guy Briggs
2017-11-10Audit: remove unused audit_log_secctx functionCasey Schaufler
2017-11-10audit: Allow auditd to set pid to 0 to end auditingSteve Grubb
2017-11-10audit: use audit_set_enabled() in audit_enable()Paul Moore
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore
2017-11-10audit: don't use simple_strtol() anymorePaul Moore
2017-11-10audit: initialize the audit subsystem as early as possiblePaul Moore
2017-11-10audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2017-09-05audit: update the function commentsGeliang Tang
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman
2017-07-20Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-07-19audit: fix memleak in auditd_send_unicast_skb.Shu Wang
2017-07-05Merge branch 'stable-4.13' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-06-16audit: make sure we never skip the multicast broadcastPaul Moore
2017-06-13audit: fix a race condition with the auditd tracking codePaul Moore
2017-05-23audit: unswing cap_* fields in PATH recordsRichard Guy Briggs
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2017-05-02audit: fix the RCU locking for the auditd_connection structurePaul Moore