Age | Commit message (Expand) | Author | Files | Lines |
8 days | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+3 |
2024-11-18 | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -31/+30 |
2024-11-05 | auditsc: replace memcpy() with strscpy() | Yafang Shao | 1 | -3/+3 |
2024-10-22 | audit: Use str_yes_no() helper function | Thorsten Blum | 1 | -4/+4 |
2024-10-11 | audit: change context data from secid to lsm_prop | Casey Schaufler | 1 | -19/+12 |
2024-10-11 | audit: use an lsm_prop in audit_names | Casey Schaufler | 1 | -15/+5 |
2024-10-11 | lsm: use lsm_prop in security_inode_getsecid | Casey Schaufler | 1 | -1/+5 |
2024-10-11 | lsm: use lsm_prop in security_current_getsecid | Casey Schaufler | 1 | -8/+14 |
2024-10-11 | lsm: use lsm_prop in security_ipc_getsecid | Casey Schaufler | 1 | -2/+1 |
2024-10-11 | audit: maintain an lsm_prop in audit_context | Casey Schaufler | 1 | -11/+8 |
2024-10-11 | lsm: use lsm_prop in security_audit_rule_match | Casey Schaufler | 1 | -4/+14 |
2024-08-28 | audit: use task_tgid_nr() instead of task_pid_nr() | Ricardo Robaina | 1 | -1/+1 |
2023-10-13 | audit,io_uring: io_uring openat triggers audit reference count underflow | Dan Clash | 1 | -4/+4 |
2023-09-07 | Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -0/+2 |
2023-08-31 | netfilter: nf_tables: Audit log rule reset | Phil Sutter | 1 | -0/+1 |
2023-08-31 | netfilter: nf_tables: Audit log setelem reset | Phil Sutter | 1 | -0/+1 |
2023-08-15 | audit: cleanup function braces and assignment-in-if-condition | Atul Kumar Pant | 1 | -2/+4 |
2023-08-15 | audit: add space before parenthesis and around '=', "==", and '<' | Atul Kumar Pant | 1 | -1/+1 |
2023-08-08 | audit: fix possible soft lockup in __audit_inode_child() | Gaosheng Cui | 1 | -0/+2 |
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-26 | audit: free audit_proctitle only on task exit | Richard Guy Briggs | 1 | -1/+1 |
2022-08-26 | audit: explicitly check audit_context->context enum value | Richard Guy Briggs | 1 | -1/+1 |
2022-08-26 | audit: audit_context pid unused, context enum comment fix | Richard Guy Briggs | 1 | -2/+2 |
2022-08-25 | audit: move audit_return_fixup before the filters | Richard Guy Briggs | 1 | -2/+2 |
2022-08-15 | 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-15 | 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-21 | 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-09 | audit: don't deref the syscall args when checking the openat2 open_how::flags | Paul Moore | 1 | -1/+1 |
2021-11-22 | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() | Paul Moore | 1 | -1/+10 |
2021-11-01 | Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -22/+29 |
2021-11-01 | Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -100/+368 |
2021-10-18 | audit: return early if the filter rule has a lower priority | Gaosheng Cui | 1 | -2/+3 |
2021-10-18 | 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-19 | audit: add filtering for io_uring records | Paul Moore | 1 | -14/+46 |
2021-09-19 | audit,io_uring,io-wq: add some basic audit support to io_uring | Paul Moore | 1 | -0/+166 |
2021-09-19 | 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 |