summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
AgeCommit message (Expand)AuthorLines
2024-12-04audit: workaround a GCC bug triggered by task comm changesYafang shao-2/+2
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+3
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-31/+30
2024-11-05auditsc: replace memcpy() with strscpy()Yafang Shao-3/+3
2024-10-22audit: Use str_yes_no() helper functionThorsten Blum-4/+4
2024-10-11audit: change context data from secid to lsm_propCasey Schaufler-19/+12
2024-10-11audit: use an lsm_prop in audit_namesCasey Schaufler-15/+5
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler-1/+5
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler-8/+14
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler-2/+1
2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler-11/+8
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler-4/+14
2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina-1/+1
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash-4/+4
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-0/+2
2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter-0/+1
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter-0/+1
2023-08-15audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant-2/+4
2023-08-15audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant-1/+1
2023-08-08audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui-0/+2
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds-5/+1
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-3/+15
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs-3/+15
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner-2/+2
2022-10-17audit: unify audit_filter_{uring(), inode_name(), syscall()}Ankur Arora-37/+39
2022-10-17audit: cache ctx->major in audit_filter_syscall()Ankur Arora-1/+2
2022-10-04Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+5
2022-08-26audit: free audit_proctitle only on task exitRichard Guy Briggs-1/+1
2022-08-26audit: explicitly check audit_context->context enum valueRichard Guy Briggs-1/+1
2022-08-26audit: audit_context pid unused, context enum comment fixRichard Guy Briggs-2/+2
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs-2/+2
2022-08-15audit: fix repeated words in commentsJilin Yuan-1/+1
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye-25/+0
2022-06-15audit: free module nameChristian Göttsche-1/+1
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth-0/+6
2022-03-21Merge tag 'audit-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+67
2022-02-22audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs-20/+67
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore-1/+1
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore-1/+10
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-22/+29
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-100/+368
2021-10-18audit: return early if the filter rule has a lower priorityGaosheng Cui-2/+3
2021-10-18audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui-1/+1
2021-10-04audit: add OPENAT2 record to list "how" infoRichard Guy Briggs-1/+17
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs-0/+3
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs-6/+6
2021-09-19audit: add filtering for io_uring recordsPaul Moore-14/+46
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore-0/+166
2021-09-19audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore-93/+163