aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/auditsc.c
AgeCommit message (Expand)Author
2023-09-19netfilter: nf_tables: Audit log rule resetPhil Sutter
2023-09-19netfilter: nf_tables: Audit log setelem resetPhil Sutter
2023-09-13audit: fix possible soft lockup in __audit_inode_child()Gaosheng Cui
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-02-20Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-07fanotify,audit: Allow audit to use the full permission event responseRichard Guy Briggs
2023-02-07fanotify: Ensure consistent variable type for responseRichard Guy Briggs
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2022-10-17audit: unify audit_filter_{uring(), inode_name(), syscall()}Ankur Arora
2022-10-17audit: cache ctx->major in audit_filter_syscall()Ankur Arora
2022-10-04Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-26audit: free audit_proctitle only on task exitRichard Guy Briggs
2022-08-26audit: explicitly check audit_context->context enum valueRichard Guy Briggs
2022-08-26audit: audit_context pid unused, context enum comment fixRichard Guy Briggs
2022-08-25audit: move audit_return_fixup before the filtersRichard Guy Briggs
2022-08-15audit: fix repeated words in commentsJilin Yuan
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye
2022-06-15audit: free module nameChristian Göttsche
2022-05-17audit,io_uring,io-wq: call __audit_uring_exit for dummy contextsJulian Orth
2022-03-21Merge tag 'audit-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-02-22audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs
2022-02-09audit: don't deref the syscall args when checking the openat2 open_how::flagsPaul Moore
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-10-18audit: return early if the filter rule has a lower priorityGaosheng Cui
2021-10-18audit: fix possible null-pointer dereference in audit_filter_rulesGaosheng Cui
2021-10-04audit: add OPENAT2 record to list "how" infoRichard Guy Briggs
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs
2021-09-19audit: add filtering for io_uring recordsPaul Moore
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore
2021-09-19audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore
2021-09-14audit: Convert to SPDX identifierCai Huoqing
2021-06-10audit: remove trailing spaces and tabsZhen Lei
2021-06-08audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov
2021-05-10audit: add blank line after variable declarationsRoni Nevalainen
2021-04-27Merge tag 'audit-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore
2021-03-12audit: further cleanup of AUDIT_FILTER_ENTRY deprecationRichard Guy Briggs
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-27audit: Make audit_filter_syscall() return voidYang Yang
2021-01-24commoncap: handle idmapped mountsChristian Brauner
2020-12-16Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-11-24audit: fix macros warningsAlex Shi
2020-11-16audit: Migrate to use SYSCALL_WORK flagGabriel Krisman Bertazi
2020-10-27audit: trigger accompanying records when no rules presentRichard Guy Briggs
2020-08-04Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore
2020-07-08audit: issue CWD record to accompany LSM_AUDIT_DATA_* recordsRichard Guy Briggs