aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/auditsc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-18fs: dedup handling of struct filename init and refcounts bumpsMateusz Guzik1-7/+5
2025-01-21Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-15/+12
2024-12-04audit: workaround a GCC bug triggered by task comm changesYafang shao1-2/+2
2024-12-04lsm: replace context+len with lsm_contextCasey Schaufler1-10/+6
2024-12-04lsm: ensure the correct LSM context releaserCasey Schaufler1-11/+12
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2024-11-18Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsmLinus Torvalds1-31/+30
2024-11-05auditsc: replace memcpy() with strscpy()Yafang Shao1-3/+3
2024-10-22audit: Use str_yes_no() helper functionThorsten Blum1-4/+4
2024-10-11audit: change context data from secid to lsm_propCasey Schaufler1-19/+12
2024-10-11audit: use an lsm_prop in audit_namesCasey Schaufler1-15/+5
2024-10-11lsm: use lsm_prop in security_inode_getsecidCasey Schaufler1-1/+5
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler1-8/+14
2024-10-11lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler1-2/+1
2024-10-11audit: maintain an lsm_prop in audit_contextCasey Schaufler1-11/+8
2024-10-11lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler1-4/+14
2024-08-28audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina1-1/+1
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-4/+4
2023-09-07Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2023-08-31netfilter: nf_tables: Audit log rule resetPhil Sutter1-0/+1
2023-08-31netfilter: nf_tables: Audit log setelem resetPhil Sutter1-0/+1
2023-08-15audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant1-2/+4
2023-08-15audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant1-1/+1
2023-08-08audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui1-0/+2
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds1-5/+1
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+15
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs1-3/+15
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-2/+2
2022-10-17audit: unify audit_filter_{uring(), inode_name(), syscall()}Ankur Arora1-37/+39
2022-10-17audit: cache ctx->major in audit_filter_syscall()Ankur Arora1-1/+2
2022-10-04Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-5/+5
2022-08-26audit: free audit_proctitle only on task exitRichard Guy Briggs1-1/+1
2022-08-26audit: explicitly check audit_context->context enum valueRichard Guy Briggs1-1/+1
2022-08-26audit: audit_context pid unused, context enum comment fixRichard Guy Briggs1-2/+2
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs1-2/+2
2022-08-15audit: fix repeated words in commentsJilin Yuan1-1/+1
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye1-25/+0
2022-06-15audit: free module nameChristian Göttsche1-1/+1
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth1-0/+6
2022-03-21Merge tag 'audit-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-20/+67
2022-02-22audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs1-20/+67
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore1-1/+1
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-1/+10
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-22/+29
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-100/+368
2021-10-18audit: return early if the filter rule has a lower priorityGaosheng Cui1-2/+3
2021-10-18audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui1-1/+1
2021-10-04audit: add OPENAT2 record to list "how" infoRichard Guy Briggs1-1/+17
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs1-0/+3