summaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
Commit message (Expand)AuthorAgeFilesLines
* 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-071-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-151-2/+4
* | audit: add space before parenthesis and around '=', "==", and '<'Atul Kumar Pant2023-08-151-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-151-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-151-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-211-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-011-22/+29
|\
| * audit: return early if the filter rule has a lower priorityGaosheng Cui2021-10-181-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-011-100/+368
|\ \
| * | audit: add filtering for io_uring recordsPaul Moore2021-09-191-14/+46
| * | audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore2021-09-191-0/+166
| * | audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore2021-09-191-93/+163
| |/
* / audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui2021-10-181-1/+1
|/
* audit: remove trailing spaces and tabsZhen Lei2021-06-101-4/+4
* audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov2021-06-081-17/+17
* audit: add blank line after variable declarationsRoni Nevalainen2021-05-101-0/+21
* Merge tag 'audit-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-04-271-7/+4
|\
| * audit: further cleanup of AUDIT_FILTER_ENTRY deprecationRichard Guy Briggs2021-03-121-7/+4
* | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-221-4/+4
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-2/+3
|\
| * commoncap: handle idmapped mountsChristian Brauner2021-01-241-2/+3
* | audit: Make audit_filter_syscall() return voidYang Yang2021-01-271-8/+8
|/
* Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-26/+12
|\
| * audit: fix macros warningsAlex Shi2020-11-241-6/+5
| * audit: trigger accompanying records when no rules presentRichard Guy Briggs2020-10-271-20/+7