Age | Commit message (Expand) | Author | Files | Lines |
2023-03-01 | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds | 1 | -5/+1 |
2023-02-20 | Merge tag 'fsnotify_for_v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -3/+15 |
2023-02-07 | fanotify,audit: Allow audit to use the full permission event response | Richard Guy Briggs | 1 | -3/+15 |
2023-02-07 | fanotify: Ensure consistent variable type for response | Richard Guy Briggs | 1 | -1/+1 |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -2/+2 |
2022-10-17 | audit: unify audit_filter_{uring(), inode_name(), syscall()} | Ankur Arora | 1 | -37/+39 |
2022-10-17 | audit: cache ctx->major in audit_filter_syscall() | Ankur Arora | 1 | -1/+2 |
2022-10-04 | Merge tag 'audit-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -5/+5 |
2022-08-27 | audit: free audit_proctitle only on task exit | Richard Guy Briggs | 1 | -1/+1 |
2022-08-27 | audit: explicitly check audit_context->context enum value | Richard Guy Briggs | 1 | -1/+1 |
2022-08-27 | audit: audit_context pid unused, context enum comment fix | Richard Guy Briggs | 1 | -2/+2 |
2022-08-26 | audit: move audit_return_fixup before the filters | Richard Guy Briggs | 1 | -2/+2 |
2022-08-16 | audit: fix repeated words in comments | Jilin Yuan | 1 | -1/+1 |
2022-08-04 | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker() | Peilin Ye | 1 | -25/+0 |
2022-06-16 | audit: free module name | Christian Göttsche | 1 | -1/+1 |
2022-05-17 | audit,io_uring,io-wq: call __audit_uring_exit for dummy contexts | Julian Orth | 1 | -0/+6 |
2022-03-22 | Merge tag 'audit-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -20/+67 |
2022-02-22 | audit: log AUDIT_TIME_* records only from rules | Richard Guy Briggs | 1 | -20/+67 |
2022-02-10 | audit: don't deref the syscall args when checking the openat2 open_how::flags | Paul Moore | 1 | -1/+1 |
2021-11-23 | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() | Paul Moore | 1 | -1/+10 |
2021-11-02 | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -22/+29 |
2021-11-02 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -100/+368 |
2021-10-19 | audit: return early if the filter rule has a lower priority | Gaosheng Cui | 1 | -2/+3 |
2021-10-19 | audit: fix possible null-pointer dereference in audit_filter_rules | Gaosheng Cui | 1 | -1/+1 |
2021-10-04 | audit: add OPENAT2 record to list "how" info | Richard Guy Briggs | 1 | -1/+17 |
2021-10-01 | audit: add support for the openat2 syscall | Richard Guy Briggs | 1 | -0/+3 |
2021-10-01 | audit: replace magic audit syscall class numbers with macros | Richard Guy Briggs | 1 | -6/+6 |
2021-09-20 | audit: add filtering for io_uring records | Paul Moore | 1 | -14/+46 |
2021-09-20 | audit,io_uring,io-wq: add some basic audit support to io_uring | Paul Moore | 1 | -0/+166 |
2021-09-20 | audit: prepare audit_context for use in calling contexts beyond syscalls | Paul Moore | 1 | -93/+163 |
2021-09-14 | audit: Convert to SPDX identifier | Cai Huoqing | 1 | -14/+1 |
2021-06-11 | audit: remove trailing spaces and tabs | Zhen Lei | 1 | -4/+4 |
2021-06-09 | audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition | Sergey Nazarov | 1 | -17/+17 |
2021-05-11 | audit: add blank line after variable declarations | Roni Nevalainen | 1 | -0/+21 |
2021-04-27 | Merge tag 'audit-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+4 |
2021-03-22 | lsm: separate security_task_getsecid() into subjective and objective variants | Paul Moore | 1 | -4/+4 |
2021-03-13 | audit: further cleanup of AUDIT_FILTER_ENTRY deprecation | Richard Guy Briggs | 1 | -7/+4 |
2021-02-24 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -2/+3 |
2021-01-28 | audit: Make audit_filter_syscall() return void | Yang Yang | 1 | -8/+8 |
2021-01-24 | commoncap: handle idmapped mounts | Christian Brauner | 1 | -2/+3 |
2020-12-16 | Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -26/+12 |
2020-11-25 | audit: fix macros warnings | Alex Shi | 1 | -6/+5 |
2020-11-16 | audit: Migrate to use SYSCALL_WORK flag | Gabriel Krisman Bertazi | 1 | -2/+2 |
2020-10-28 | audit: trigger accompanying records when no rules present | Richard Guy Briggs | 1 | -20/+7 |
2020-08-05 | Merge tag 'audit-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -7/+38 |
2020-07-29 | revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres... | Paul Moore | 1 | -0/+3 |
2020-07-09 | audit: issue CWD record to accompany LSM_AUDIT_DATA_* records | Richard Guy Briggs | 1 | -2/+15 |
2020-06-30 | audit: add gfp parameter to audit_log_nfcfg | Richard Guy Briggs | 1 | -2/+2 |
2020-06-24 | audit: log nftables configuration change events | Richard Guy Briggs | 1 | -3/+21 |
2020-05-21 | audit: add subj creds to NETFILTER_CFG record to | Richard Guy Briggs | 1 | -0/+6 |