Age | Commit message (Expand) | Author | Files | Lines |
2025-04-22 | lsm: Move security_netlink_send to under CONFIG_SECURITY_NETWORK | Song Liu | 1 | -18/+18 |
2025-03-30 | Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp... | Linus Torvalds | 1 | -6/+9 |
2025-03-15 | security: Propagate caller information in bpf hooks | Blaise Boscaccy | 1 | -6/+9 |
2025-02-26 | perf: Remove unnecessary parameter of security check | Luo Gengkun | 1 | -3/+2 |
2025-02-07 | io_uring,lsm,selinux: add LSM hooks for io_uring_setup() | Hamza Mahfooz | 1 | -0/+12 |
2025-01-22 | Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+10 |
2025-01-04 | security: remove redundant assignment to return variable | Colin Ian King | 1 | -3/+1 |
2024-12-18 | exec: Add a new AT_EXECVE_CHECK flag to execveat(2) | Mickaël Salaün | 1 | -0/+10 |
2024-12-04 | lsm: lsm_context in security_dentry_init_security | Casey Schaufler | 1 | -5/+4 |
2024-12-04 | lsm: use lsm_context in security_inode_getsecctx | Casey Schaufler | 1 | -6/+6 |
2024-12-04 | lsm: replace context+len with lsm_context | Casey Schaufler | 1 | -19/+15 |
2024-12-04 | lsm: ensure the correct LSM context releaser | Casey Schaufler | 1 | -4/+4 |
2024-11-21 | Merge tag 'fsnotify_for_v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -8/+1 |
2024-11-18 | Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -30/+66 |
2024-10-14 | fsnotify, lsm: Decouple fsnotify from lsm | Song Liu | 1 | -8/+1 |
2024-10-11 | lsm: create new security_cred_getlsmprop LSM hook | Casey Schaufler | 1 | -0/+15 |
2024-10-11 | lsm: use lsm_prop in security_inode_getsecid | Casey Schaufler | 1 | -6/+5 |
2024-10-11 | lsm: use lsm_prop in security_current_getsecid | Casey Schaufler | 1 | -14/+14 |
2024-10-11 | lsm: use lsm_prop in security_ipc_getsecid | Casey Schaufler | 1 | -7/+7 |
2024-10-11 | lsm: add lsmprop_to_secctx hook | Casey Schaufler | 1 | -0/+21 |
2024-10-11 | lsm: use lsm_prop in security_audit_rule_match | Casey Schaufler | 1 | -3/+4 |
2024-10-09 | bcachefs: do not use PF_MEMALLOC_NORECLAIM | Michal Hocko | 1 | -4/+6 |
2024-09-24 | Merge tag 'bpf-next-6.12-struct-fd' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2024-09-12 | security,bpf: constify struct path in bpf_token_create() LSM hook | Andrii Nakryiko | 1 | -1/+1 |
2024-09-09 | security: Update file_set_fowner documentation | Mickaël Salaün | 1 | -0/+2 |
2024-08-26 | lsm: remove LSM_COUNT and LSM_CONFIG_COUNT | Tetsuo Handa | 1 | -33/+4 |
2024-08-22 | lsm: replace indirect LSM hook calls with static calls | KP Singh | 1 | -64/+155 |
2024-08-20 | lsm: add security_inode_setintegrity() hook | Fan Wu | 1 | -0/+20 |
2024-08-20 | ipe: add support for dm-verity as a trust provider | Deven Bowers | 1 | -11/+12 |
2024-08-20 | block,lsm: add LSM blob and new LSM hooks for block devices | Deven Bowers | 1 | -0/+103 |
2024-08-20 | initramfs,lsm: add a security hook to do_populate_rootfs() | Fan Wu | 1 | -0/+10 |
2024-08-19 | lsm: add IPE lsm | Deven Bowers | 1 | -1/+2 |
2024-08-12 | lsm: add the inode_free_security_rcu() LSM implementation hook | Paul Moore | 1 | -16/+16 |
2024-08-12 | lsm: cleanup lsm_hooks.h | Paul Moore | 1 | -1/+1 |
2024-07-31 | lsm: Refactor return value of LSM hook inode_copy_up_xattr | Xu Kuohai | 1 | -8/+3 |
2024-07-31 | lsm: Refactor return value of LSM hook vm_enough_memory | Xu Kuohai | 1 | -6/+5 |
2024-07-29 | lsm: infrastructure management of the perf_event security blob | Casey Schaufler | 1 | -2/+18 |
2024-07-29 | lsm: infrastructure management of the infiniband blob | Casey Schaufler | 1 | -2/+15 |
2024-07-29 | lsm: infrastructure management of the dev_tun blob | Casey Schaufler | 1 | -2/+15 |
2024-07-29 | lsm: add helper for blob allocations | Casey Schaufler | 1 | -64/+33 |
2024-07-29 | lsm: infrastructure management of the key security blob | Casey Schaufler | 1 | -2/+37 |
2024-07-29 | lsm: infrastructure management of the sock security | Casey Schaufler | 1 | -1/+35 |
2024-07-16 | Merge tag 'lsm-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -22/+48 |
2024-06-13 | ima: Avoid blocking in RCU read-side critical section | GUO Zihua | 1 | -2/+4 |
2024-06-03 | lsm: fixup the inode xattr capability handling | Paul Moore | 1 | -22/+48 |
2024-04-09 | security: allow finer granularity in permitting copy-up of security xattrs | Stefan Berger | 1 | -2/+3 |
2024-04-03 | security: Place security_path_post_mknod() where the original IMA call was | Roberto Sassu | 1 | -2/+2 |
2024-03-14 | lsm: handle the NULL buffer case in lsm_fill_user_ctx() | Paul Moore | 1 | -1/+7 |
2024-03-14 | lsm: use 32-bit compatible data types in LSM syscalls | Casey Schaufler | 1 | -6/+6 |
2024-03-12 | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -400/+381 |
2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+5 |
2024-02-22 | lsm: use default hook return value in call_int_hook() | Ondrej Mosnacek | 1 | -307/+225 |
2024-02-21 | lsm: fix typos in security/security.c comment headers | Pairman Guo | 1 | -4/+4 |
2024-02-15 | integrity: Remove LSM | Roberto Sassu | 1 | -2/+0 |
2024-02-15 | evm: Make it independent from 'integrity' LSM | Roberto Sassu | 1 | -2/+2 |
2024-02-15 | evm: Move to LSM infrastructure | Roberto Sassu | 1 | -33/+10 |
2024-02-15 | ima: Move IMA-Appraisal to LSM infrastructure | Roberto Sassu | 1 | -13/+0 |
2024-02-15 | ima: Move to LSM infrastructure | Roberto Sassu | 1 | -51/+12 |
2024-02-15 | integrity: Move integrity_kernel_module_request() to IMA | Roberto Sassu | 1 | -1/+1 |
2024-02-15 | security: Introduce key_post_create_or_update hook | Roberto Sassu | 1 | -0/+19 |
2024-02-15 | security: Introduce inode_post_remove_acl hook | Roberto Sassu | 1 | -0/+17 |
2024-02-15 | security: Introduce inode_post_set_acl hook | Roberto Sassu | 1 | -0/+17 |
2024-02-15 | security: Introduce inode_post_create_tmpfile hook | Roberto Sassu | 1 | -0/+15 |
2024-02-15 | security: Introduce path_post_mknod hook | Roberto Sassu | 1 | -0/+14 |
2024-02-15 | security: Introduce file_release hook | Roberto Sassu | 1 | -0/+11 |
2024-02-15 | security: Introduce file_post_open hook | Roberto Sassu | 1 | -0/+17 |
2024-02-15 | security: Introduce inode_post_removexattr hook | Roberto Sassu | 1 | -0/+14 |
2024-02-15 | security: Introduce inode_post_setattr hook | Roberto Sassu | 1 | -0/+16 |
2024-02-15 | security: Align inode_setattr hook definition with EVM | Roberto Sassu | 1 | -1/+1 |
2024-02-15 | evm: Align evm_inode_post_setxattr() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+1 |
2024-02-15 | evm: Align evm_inode_setxattr() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+1 |
2024-02-15 | ima: Align ima_inode_removexattr() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+1 |
2024-02-15 | ima: Align ima_inode_setxattr() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+1 |
2024-02-15 | ima: Align ima_file_mprotect() definition with LSM infrastructure | Roberto Sassu | 1 | -1/+1 |
2024-02-14 | lsm: fix integer overflow in lsm_set_self_attr() syscall | Jann Horn | 1 | -2/+5 |
2024-02-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+40 |
2024-01-30 | lsm: fix default return value of the socket_getpeersec_*() hooks | Ondrej Mosnacek | 1 | -4/+27 |
2024-01-26 | lsm: fix the logic in security_inode_getsecctx() | Ondrej Mosnacek | 1 | -1/+13 |
2024-01-24 | bpf,lsm: Add BPF token LSM hooks | Andrii Nakryiko | 1 | -0/+60 |
2024-01-24 | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks | Andrii Nakryiko | 1 | -6/+10 |
2024-01-24 | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks | Andrii Nakryiko | 1 | -10/+15 |
2024-01-09 | Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -1/+1 |
2024-01-09 | Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+261 |
2023-12-24 | lsm: new security_file_ioctl_compat() hook | Alfred Piccioni | 1 | -0/+18 |
2023-12-20 | evm: don't copy up 'security.evm' xattr | Mimi Zohar | 1 | -1/+1 |
2023-12-12 | fsnotify: optionally pass access range in file permission hooks | Amir Goldstein | 1 | -7/+1 |
2023-12-12 | fsnotify: split fsnotify_perm() into two hooks | Amir Goldstein | 1 | -2/+2 |
2023-11-12 | lsm: convert security_setselfattr() to use memdup_user() | Paul Moore | 1 | -8/+3 |
2023-11-12 | lsm: align based on pointer length in lsm_fill_user_ctx() | Paul Moore | 1 | -1/+1 |
2023-11-12 | lsm: consolidate buffer size handling into lsm_fill_user_ctx() | Paul Moore | 1 | -24/+31 |
2023-11-12 | lsm: correct error codes in security_getselfattr() | Paul Moore | 1 | -2/+2 |
2023-11-12 | lsm: cleanup the size counters in security_getselfattr() | Paul Moore | 1 | -1/+2 |
2023-11-12 | lsm: don't yet account for IMA in LSM_CONFIG_COUNT calculation | Roberto Sassu | 1 | -1/+0 |
2023-11-12 | LSM: Helpers for attribute names and filling lsm_ctx | Casey Schaufler | 1 | -0/+41 |
2023-11-12 | LSM: syscalls for current process attributes | Casey Schaufler | 1 | -0/+152 |
2023-11-12 | proc: Use lsmids instead of lsm names for attrs | Casey Schaufler | 1 | -8/+7 |
2023-11-12 | LSM: Maintain a table of LSM attribute data | Casey Schaufler | 1 | -0/+37 |
2023-11-12 | LSM: Identify modules by more than name | Casey Schaufler | 1 | -6/+6 |
2023-10-04 | lsm: fix a spelling mistake | Paul Moore | 1 | -1/+1 |
2023-09-14 | lsm: constify 'sb' parameter in security_sb_kern_mount() | Khadija Kamran | 1 | -1/+1 |
2023-09-14 | lsm: constify 'bprm' parameter in security_bprm_committed_creds() | Khadija Kamran | 1 | -1/+1 |
2023-09-13 | lsm: constify 'bprm' parameter in security_bprm_committing_creds() | Khadija Kamran | 1 | -1/+1 |
2023-09-13 | lsm: constify 'file' parameter in security_bprm_creds_from_file() | Khadija Kamran | 1 | -1/+1 |
2023-09-13 | lsm: constify 'sb' parameter in security_quotactl() | Khadija Kamran | 1 | -1/+1 |
2023-08-30 | Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -29/+61 |
2023-08-29 | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -1/+1 |
2023-08-15 | lsm: constify the 'file' parameter in security_binder_transfer_file() | Khadija Kamran | 1 | -1/+1 |
2023-08-15 | vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s... | David Howells | 1 | -0/+14 |
2023-08-08 | lsm: constify the 'target' parameter in security_capget() | Khadija Kamran | 1 | -1/+1 |
2023-07-31 | lsm: add comment block for security_sk_classify_flow LSM hook | Khadija Kamran | 1 | -0/+7 |
2023-07-26 | security: Fix ret values doc for security_inode_init_security() | Roberto Sassu | 1 | -2/+2 |
2023-07-14 | security: Constify sk in the sk_getsecid hook. | Guillaume Nault | 1 | -1/+1 |
2023-07-10 | evm: Align evm_inode_init_security() definition with LSM infrastructure | Roberto Sassu | 1 | -2/+2 |
2023-07-10 | security: Allow all LSMs to provide xattrs for inode_init_security hook | Roberto Sassu | 1 | -24/+49 |
2023-07-10 | lsm: fix typo in security_file_lock() comment header | Pairman Guo | 1 | -1/+1 |
2023-06-27 | Merge tag 'lsm-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2023-05-25 | lsm: fix a number of misspellings | Paul Moore | 1 | -2/+2 |
2023-05-18 | security, lsm: Introduce security_mptcp_add_subflow() | Paolo Abeni | 1 | -0/+17 |
2023-04-24 | Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -102/+2628 |
2023-03-23 | security: Remove security_old_inode_init_security() | Roberto Sassu | 1 | -11/+0 |
2023-03-20 | selinux: remove the runtime disable functionality | Paul Moore | 1 | -2/+2 |
2023-03-10 | security: Introduce LSM_ORDER_LAST and set it for the integrity LSM | Roberto Sassu | 1 | -3/+9 |
2023-03-08 | lsm: fix a badly named parameter in security_get_getsecurity() | Paul Moore | 1 | -5/+5 |
2023-03-08 | lsm: fix doc warnings in the LSM hook comments | Paul Moore | 1 | -16/+17 |
2023-03-06 | lsm: styling fixes to security/security.c | Paul Moore | 1 | -84/+98 |
2023-03-06 | lsm: move the remaining LSM hook comments to security/security.c | Paul Moore | 1 | -0/+231 |
2023-03-06 | lsm: move the io_uring hook comments to security/security.c | Paul Moore | 1 | -0/+26 |
2023-03-06 | lsm: move the perf hook comments to security/security.c | Paul Moore | 1 | -0/+39 |
2023-03-06 | lsm: move the bpf hook comments to security/security.c | Paul Moore | 1 | -0/+65 |
2023-03-06 | lsm: move the audit hook comments to security/security.c | Paul Moore | 1 | -0/+41 |
2023-03-06 | lsm: move the binder hook comments to security/security.c | Paul Moore | 1 | -0/+36 |
2023-03-06 | lsm: move the sysv hook comments to security/security.c | Paul Moore | 1 | -0/+191 |
2023-03-06 | lsm: move the key hook comments to security/security.c | Paul Moore | 1 | -0/+40 |
2023-03-06 | lsm: move the xfrm hook comments to security/security.c | Paul Moore | 1 | -0/+103 |
2023-03-06 | lsm: move the Infiniband hook comments to security/security.c | Paul Moore | 1 | -0/+34 |
2023-03-06 | lsm: move the SCTP hook comments to security/security.c | Paul Moore | 1 | -0/+43 |
2023-03-06 | lsm: move the socket hook comments to security/security.c | Paul Moore | 1 | -0/+322 |
2023-03-06 | lsm: move the AF_UNIX hook comments to security/security.c | Paul Moore | 1 | -1/+41 |
2023-03-06 | lsm: move the netlink hook comments to security/security.c | Paul Moore | 1 | -0/+13 |
2023-03-06 | lsm: move the task hook comments to security/security.c | Paul Moore | 1 | -0/+334 |
2023-03-06 | lsm: move the file hook comments to security/security.c | Paul Moore | 1 | -0/+151 |
2023-03-06 | lsm: move the kernfs hook comments to security/security.c | Paul Moore | 1 | -0/+10 |
2023-03-06 | lsm: move the inode hook comments to security/security.c | Paul Moore | 1 | -0/+524 |
2023-03-06 | lsm: move the filesystem hook comments to security/security.c | Paul Moore | 1 | -0/+181 |
2023-03-06 | lsm: move the fs_context hook comments to security/security.c | Paul Moore | 1 | -0/+23 |
2023-03-06 | lsm: move the program execution hook comments to security/security.c | Paul Moore | 1 | -0/+69 |
2023-02-22 | Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds | 1 | -3/+4 |
2023-01-31 | ima: Align ima_file_mmap() parameters with mmap_file LSM hook | Roberto Sassu | 1 | -3/+4 |
2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -10/+10 |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner | 1 | -9/+9 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner | 1 | -2/+2 |
2022-12-13 | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+39 |
2022-12-13 | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -5/+11 |
2022-11-16 | LSM: Better reporting of actual LSMs at boot | Kees Cook | 1 | -9/+36 |
2022-11-04 | lsm: make security_socket_getpeersec_stream() sockptr_t safe | Paul Moore | 1 | -3/+3 |
2022-10-20 | integrity: implement get and set acl hook | Christian Brauner | 1 | -2/+19 |
2022-10-20 | security: add get, remove and set acl hook | Christian Brauner | 1 | -0/+25 |
2022-10-19 | landlock: Support file truncation | Günther Noack | 1 | -5/+6 |
2022-10-19 | security: Create file_truncate hook from path_truncate hook | Günther Noack | 1 | -0/+5 |
2022-10-09 | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+2 |
2022-10-06 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 1 | -2/+2 |
2022-10-03 | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+5 |
2022-09-28 | powerpc/rtas: block error injection when locked down | Nathan Lynch | 1 | -0/+1 |
2022-09-28 | powerpc/pseries: block untrusted device tree changes when locked down | Nathan Lynch | 1 | -0/+1 |
2022-09-01 | ->getprocattr(): attribute name is const char *, TYVM... | Al Viro | 1 | -2/+2 |
2022-08-26 | lsm,io_uring: add LSM hooks for the new uring_cmd file op | Luis Chamberlain | 1 | -0/+4 |
2022-08-16 | security, lsm: Introduce security_create_user_ns() | Frederick Lawler | 1 | -0/+5 |
2022-08-02 | Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linux | Linus Torvalds | 1 | -0/+5 |
2022-07-15 | security: Add LSM hook to setgroups() syscall | Micah Morton | 1 | -0/+5 |
2022-06-26 | security: pass down mount idmapping to setattr hook | Christian Brauner | 1 | -2/+3 |
2022-05-24 | Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -8/+1 |
2022-05-24 | Merge tag 'selinux-pr-20220523' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-05-24 | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+4 |
2022-05-24 | lockdown: also lock down previous kgdb use | Daniel Thompson | 1 | -0/+2 |
2022-05-23 | LSM: Remove double path_rename hook calls for RENAME_EXCHANGE | Mickaël Salaün | 1 | -8/+1 |
2022-05-13 | security: declare member holding string literal const | Christian Göttsche | 1 | -1/+1 |
2022-04-13 | security: don't treat structure as an array of struct hlist_head | Bill Wendling | 1 | -5/+4 |
2022-03-21 | Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+22 |
2022-02-15 | security: add sctp_assoc_established hook | Ondrej Mosnacek | 1 | -0/+7 |
2022-01-29 | Merge tag 'fixes-v5.17-lsm-ceph-null' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+13 |
2022-01-28 | security, lsm: dentry_init_security() Handle multi LSM registration | Vivek Goyal | 1 | -2/+13 |
2022-01-27 | LSM: general protection fault in legacy_parse_param | Casey Schaufler | 1 | -2/+15 |
2021-12-06 | security,selinux: remove security_add_mnt_opt() | Ondrej Mosnacek | 1 | -8/+0 |
2021-11-22 | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj() | Paul Moore | 1 | -3/+3 |
2021-11-12 | net,lsm,selinux: revert the security_sctp_assoc_established() hook | Paul Moore | 1 | -7/+0 |
2021-11-03 | security: add sctp_assoc_established hook | Xin Long | 1 | -0/+7 |
2021-11-03 | security: pass asoc to sctp_assoc_request and sctp_sk_clone | Xin Long | 1 | -4/+4 |
2021-10-20 | security: Return xattr name from security_dentry_init_security() | Vivek Goyal | 1 | -3/+4 |
2021-10-14 | binder: use cred instead of task for selinux checks | Todd Kjos | 1 | -7/+7 |
2021-10-14 | LSM: Avoid warnings about potentially unused hook variables | Kees Cook | 1 | -1/+1 |
2021-09-19 | lsm,io_uring: add LSM hooks to io_uring | Paul Moore | 1 | -0/+12 |
2021-08-10 | bpf: Add lockdown check for probe_write_user helper | Daniel Borkmann | 1 | -0/+1 |
2021-08-09 | bpf: Add _kernel suffix to internal lockdown_bpf_read | Daniel Borkmann | 1 | -1/+1 |
2021-06-30 | Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2021-05-21 | evm: Pass user namespace to set/remove xattr hooks | Roberto Sassu | 1 | -2/+2 |
2021-05-10 | selinux: delete selinux_xfrm_policy_lookup() useless argument | Zhongjun Tan | 1 | -2/+2 |
2021-05-01 | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -7/+44 |
2021-04-22 | fs,security: Add sb_delete hook | Mickaël Salaün | 1 | -0/+5 |
2021-04-22 | LSM: Infrastructure management of the superblock | Casey Schaufler | 1 | -7/+39 |