Age | Commit message (Expand) | Author |
2023-04-24 | Merge tag 'lsm-pr-20230420' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-03-23 | security: Remove security_old_inode_init_security() | Roberto Sassu |
2023-03-20 | selinux: remove the runtime disable functionality | Paul Moore |
2023-03-10 | security: Introduce LSM_ORDER_LAST and set it for the integrity LSM | Roberto Sassu |
2023-03-08 | lsm: fix a badly named parameter in security_get_getsecurity() | Paul Moore |
2023-03-08 | lsm: fix doc warnings in the LSM hook comments | Paul Moore |
2023-03-06 | lsm: styling fixes to security/security.c | Paul Moore |
2023-03-06 | lsm: move the remaining LSM hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the io_uring hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the perf hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the bpf hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the audit hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the binder hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the sysv hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the key hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the xfrm hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the Infiniband hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the SCTP hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the socket hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the AF_UNIX hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the netlink hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the task hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the file hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the kernfs hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the inode hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the filesystem hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the fs_context hook comments to security/security.c | Paul Moore |
2023-03-06 | lsm: move the program execution hook comments to security/security.c | Paul Moore |
2023-02-22 | Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds |
2023-01-31 | ima: Align ima_file_mmap() parameters with mmap_file LSM hook | Roberto Sassu |
2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port xattr to mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->setattr() to pass mnt_idmap | Christian Brauner |
2022-12-13 | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-12-13 | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2022-11-16 | LSM: Better reporting of actual LSMs at boot | Kees Cook |
2022-11-04 | lsm: make security_socket_getpeersec_stream() sockptr_t safe | Paul Moore |
2022-10-20 | integrity: implement get and set acl hook | Christian Brauner |
2022-10-20 | security: add get, remove and set acl hook | Christian Brauner |
2022-10-19 | landlock: Support file truncation | Günther Noack |
2022-10-19 | security: Create file_truncate hook from path_truncate hook | Günther Noack |
2022-10-09 | Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2022-10-06 | Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-10-03 | Merge tag 'lsm-pr-20221003' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-09-28 | powerpc/rtas: block error injection when locked down | Nathan Lynch |
2022-09-28 | powerpc/pseries: block untrusted device tree changes when locked down | Nathan Lynch |
2022-09-01 | ->getprocattr(): attribute name is const char *, TYVM... | Al Viro |
2022-08-26 | lsm,io_uring: add LSM hooks for the new uring_cmd file op | Luis Chamberlain |
2022-08-16 | security, lsm: Introduce security_create_user_ns() | Frederick Lawler |