summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
Commit message (Expand)AuthorAgeFilesLines
* audit: use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan2024-01-251-3/+1
* audit: Send netlink ACK before setting connection in auditd_setChris Riches2023-11-121-7/+24
* audit: move trailing statements to next lineAtul Kumar Pant2023-08-151-1/+2
* audit: include security.h unconditionallyXiu Jianfeng2023-07-201-2/+0
* audit: use time_after to compare timewuchi2022-08-291-5/+3
* audit: make is_audit_feature_set() staticXiu Jianfeng2022-06-131-1/+1
* audit: remove redundant data_len checkShreenidhi Shedi2022-06-071-1/+1
* audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore2022-01-251-19/+43
* Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-111-3/+19
|\
| * audit: use struct_size() helper in audit_[send|make]_reply()Xiu Jianfeng2021-12-201-1/+1
| * audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore2021-12-151-1/+17
| * audit: use struct_size() helper in kmalloc()Xiu Jianfeng2021-12-141-1/+1
* | Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-111-2/+2
|\ \
| * | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-2/+2
| |/
* / audit: improve robustness of the audit queue handlingPaul Moore2021-12-151-11/+10
|/
* lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-2/+2
* audit: Remove leftover reference to the audit_taskletDavidlohr Bueso2021-01-151-1/+1
* kernel/audit: convert comma to semicolonZheng Yongjun2021-01-041-1/+1
* audit: replace atomic_add_return()Yejune Deng2020-12-021-1/+1
* audit: fix macros warningsAlex Shi2020-11-241-1/+1
* audit: trigger accompanying records when no rules presentRichard Guy Briggs2020-10-271-0/+3
* audit: fix a kernel-doc markupMauro Carvalho Chehab2020-10-271-1/+1
* audit: Remove redundant null checkXu Wang2020-08-261-2/+1
* audit: uninitialize variable audit_sig_sidJules Irenge2020-08-171-1/+1
* audit: change unnecessary globals into staticsJules Irenge2020-08-171-3/+3
* Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-041-12/+27
|\
| * audit: report audit wait metric in audit status replyMax Englander2020-07-211-10/+25
| * audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs2020-07-211-2/+2
* | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| |/
* | Merge tag 'audit-pr-20200729' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-07-291-1/+0
|\ \ | |/ |/|
| * revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore2020-07-291-1/+0
* | Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-021-26/+74
|\|
| * audit: log audit netlink multicast bind and unbindRichard Guy Briggs2020-04-271-4/+44
| * audit: fix a net reference leak in audit_list_rules_send()Paul Moore2020-04-221-1/+1
| * audit: fix a net reference leak in audit_send_reply()Paul Moore2020-04-201-21/+29
* | audit: check the length of userspace generated audit recordsPaul Moore2020-04-201-0/+3
|/
* Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-03-311-0/+1
|\
| * audit: trigger accompanying records when no rules presentRichard Guy Briggs2020-03-121-0/+1
* | audit: always check the netlink payload length in audit_receive_msg()Paul Moore2020-02-241-19/+21
|/
* audit: Add __rcu annotation to RCU pointerAmol Grover2019-12-091-2/+3
* audit: remove redundant condition check in kauditd_thread()Yunfeng Ye2019-10-251-2/+2
* audit: Report suspicious O_CREAT usageKees Cook2019-10-031-5/+6
* Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-0/+27
|\
| * audit: deliver signal_info regarless of syscallRichard Guy Briggs2019-05-211-0/+27
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
|/
* audit: connect LOGIN record to its syscall recordRichard Guy Briggs2019-03-201-1/+1
* audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-031-157/+0
* audit: ignore fcaps on umountRichard Guy Briggs2019-01-301-1/+9
* audit: add support for fcaps v3Richard Guy Briggs2019-01-251-2/+4