summaryrefslogtreecommitdiffstats
path: root/kernel/audit.c
AgeCommit message (Expand)AuthorLines
2025-04-11audit: record AUDIT_ANOM_* events regardless of presence of rulesRichard Guy Briggs-1/+1
2025-04-11audit: mark audit_log_vformat() with __printf() attributeAndy Shevchenko-2/+2
2025-01-29audit: Initialize lsmctx to avoid memory allocation errorHuacai Chen-1/+1
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler-5/+4
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler-15/+15
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+11
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler-6/+5
2024-10-11audit: update shutdown LSM dataCasey Schaufler-6/+8
2024-10-03audit: Reorganize kerneldoc parameter namesJulia Lawall-1/+1
2024-09-03audit: Make use of str_enabled_disabled() helperHongbo Li-1/+1
2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina-1/+1
2024-01-25audit: use KMEM_CACHE() instead of kmem_cache_create()Kunwu Chan-3/+1
2023-11-12audit: Send netlink ACK before setting connection in auditd_setChris Riches-7/+24
2023-08-15audit: move trailing statements to next lineAtul Kumar Pant-1/+2
2023-07-20audit: include security.h unconditionallyXiu Jianfeng-2/+0
2022-08-29audit: use time_after to compare timewuchi-5/+3
2022-06-13audit: make is_audit_feature_set() staticXiu Jianfeng-1/+1
2022-06-07audit: remove redundant data_len checkShreenidhi Shedi-1/+1
2022-01-25audit: improve audit queue handling when "audit=1" on cmdlinePaul Moore-19/+43
2022-01-11Merge tag 'audit-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+19
2022-01-11Merge tag 'selinux-pr-20220110' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2021-12-20audit: use struct_size() helper in audit_[send|make]_reply()Xiu Jianfeng-1/+1
2021-12-15audit: improve robustness of the audit queue handlingPaul Moore-11/+10
2021-12-15audit: ensure userspace is penalized the same as the kernel when under pressurePaul Moore-1/+17
2021-12-14audit: use struct_size() helper in kmalloc()Xiu Jianfeng-1/+1
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore-2/+2
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore-2/+2
2021-01-15audit: Remove leftover reference to the audit_taskletDavidlohr Bueso-1/+1
2021-01-04kernel/audit: convert comma to semicolonZheng Yongjun-1/+1
2020-12-02audit: replace atomic_add_return()Yejune Deng-1/+1
2020-11-24audit: fix macros warningsAlex Shi-1/+1
2020-10-27audit: trigger accompanying records when no rules presentRichard Guy Briggs-0/+3
2020-10-27audit: fix a kernel-doc markupMauro Carvalho Chehab-1/+1
2020-08-26audit: Remove redundant null checkXu Wang-2/+1
2020-08-17audit: uninitialize variable audit_sig_sidJules Irenge-1/+1
2020-08-17audit: change unnecessary globals into staticsJules Irenge-3/+3
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-12/+27
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-07-29Merge tag 'audit-pr-20200729' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore-1/+0
2020-07-21audit: report audit wait metric in audit status replyMax Englander-10/+25
2020-07-21audit: purge audit_log_string from the intra-kernel audit APIRichard Guy Briggs-2/+2
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-06-02Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-26/+74
2020-04-27audit: log audit netlink multicast bind and unbindRichard Guy Briggs-4/+44
2020-04-22audit: fix a net reference leak in audit_list_rules_send()Paul Moore-1/+1
2020-04-20audit: fix a net reference leak in audit_send_reply()Paul Moore-21/+29
2020-04-20audit: check the length of userspace generated audit recordsPaul Moore-0/+3
2020-03-31Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2020-03-12audit: trigger accompanying records when no rules presentRichard Guy Briggs-0/+1