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