summaryrefslogtreecommitdiff
path: root/kernel/auditsc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-13audit,io_uring: io_uring openat triggers audit reference count underflowDan Clash1-4/+4
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus 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-16audit: cleanup function braces and assignment-in-if-conditionAtul Kumar Pant1-2/+4
2023-08-16audit: 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/kerne...Linus 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/gi...Linus Torvalds1-5/+5
2022-08-27audit: free audit_proctitle only on task exitRichard Guy Briggs1-1/+1
2022-08-27audit: explicitly check audit_context->context enum valueRichard Guy Briggs1-1/+1
2022-08-27audit: audit_context pid unused, context enum comment fixRichard Guy Briggs1-2/+2
2022-08-26audit: move audit_return_fixup before the filtersRichard Guy Briggs1-2/+2
2022-08-16audit: 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-16audit: 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-22Merge tag 'audit-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+67
2022-02-22audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs1-20/+67
2022-02-10audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore1-1/+1
2021-11-23lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore1-1/+10
2021-11-02Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-22/+29
2021-11-02Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-100/+368
2021-10-19audit: return early if the filter rule has a lower priorityGaosheng Cui1-2/+3
2021-10-19audit: 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
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs1-6/+6
2021-09-20audit: add filtering for io_uring recordsPaul Moore1-14/+46
2021-09-20audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore1-0/+166
2021-09-20audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore1-93/+163
2021-09-14audit: Convert to SPDX identifierCai Huoqing1-14/+1
2021-06-11audit: remove trailing spaces and tabsZhen Lei1-4/+4
2021-06-09audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov1-17/+17
2021-05-11audit: add blank line after variable declarationsRoni Nevalainen1-0/+21
2021-04-27Merge tag 'audit-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+4
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore1-4/+4
2021-03-13audit: further cleanup of AUDIT_FILTER_ENTRY deprecationRichard Guy Briggs1-7/+4
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2021-01-28audit: Make audit_filter_syscall() return voidYang Yang1-8/+8
2021-01-24commoncap: handle idmapped mountsChristian Brauner1-2/+3
2020-12-16Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-26/+12
2020-11-25audit: fix macros warningsAlex Shi1-6/+5
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi1-2/+2