summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-11-261-3/+3
|\
| * auditsc: replace memcpy() with strscpy()Yafang Shao2024-11-061-3/+3
* | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-191-31/+30
|\ \
| * | audit: change context data from secid to lsm_propCasey Schaufler2024-10-111-19/+12
| * | audit: use an lsm_prop in audit_namesCasey Schaufler2024-10-111-15/+5
| * | lsm: use lsm_prop in security_inode_getsecidCasey Schaufler2024-10-111-1/+5
| * | lsm: use lsm_prop in security_current_getsecidCasey Schaufler2024-10-111-8/+14
| * | lsm: use lsm_prop in security_ipc_getsecidCasey Schaufler2024-10-111-2/+1
| * | audit: maintain an lsm_prop in audit_contextCasey Schaufler2024-10-111-11/+8
| * | lsm: use lsm_prop in security_audit_rule_matchCasey Schaufler2024-10-111-4/+14
| |/
* / audit: Use str_yes_no() helper functionThorsten Blum2024-10-231-4/+4
|/
* audit: use task_tgid_nr() instead of task_pid_nr()Ricardo Robaina2024-08-281-1/+1
* audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash2023-10-131-4/+4
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-081-0/+2
|\
| * netfilter: nf_tables: Audit log rule resetPhil Sutter2023-08-311-0/+1
| * netfilter: nf_tables: Audit log setelem resetPhil Sutter2023-08-311-0/+1
* | audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant2023-08-161-2/+4
* | audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant2023-08-161-1/+1
* | audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui2023-08-081-0/+2
|/
* capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds2023-03-011-5/+1
* Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-3/+15
|\
| * fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs2023-02-071-3/+15
| * fanotify: Ensure consistent variable type for responseRichard Guy Briggs2023-02-071-1/+1
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-2/+2
|/
* audit: unify audit_filter_{uring(), inode_name(), syscall()}Ankur Arora2022-10-171-37/+39
* audit: cache ctx->major in audit_filter_syscall()Ankur Arora2022-10-171-1/+2
* Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-041-5/+5
|\
| * audit: free audit_proctitle only on task exitRichard Guy Briggs2022-08-261-1/+1
| * audit: explicitly check audit_context->context enum valueRichard Guy Briggs2022-08-261-1/+1
| * audit: audit_context pid unused, context enum comment fixRichard Guy Briggs2022-08-261-2/+2
| * audit: fix repeated words in commentsJilin Yuan2022-08-161-1/+1
* | audit: move audit_return_fixup before the filtersRichard Guy Briggs2022-08-251-2/+2
|/
* audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-25/+0
* audit: free module nameChristian Göttsche2022-06-161-1/+1
* audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth2022-05-171-0/+6
* Merge tag 'audit-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-221-20/+67
|\
| * audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs2022-02-221-20/+67
* | audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore2022-02-091-1/+1
|/
* lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-221-1/+10
* Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-021-22/+29
|\
| * audit: return early if the filter rule has a lower priorityGaosheng Cui2021-10-191-2/+3
| * audit: add OPENAT2 record to list "how" infoRichard Guy Briggs2021-10-041-1/+17
| * audit: add support for the openat2 syscallRichard Guy Briggs2021-10-011-0/+3
| * audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-011-6/+6
| * audit: Convert to SPDX identifierCai Huoqing2021-09-141-14/+1
* | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-100/+368
|\ \
| * | audit: add filtering for io_uring recordsPaul Moore2021-09-201-14/+46
| * | audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore2021-09-201-0/+166
| * | audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore2021-09-201-93/+163
| |/
* / audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui2021-10-191-1/+1
|/