Age | Commit message (Expand) | Author |
2023-09-12 | selinux: fix handling of empty opts in selinux_fs_context_submount() | Ondrej Mosnacek |
2023-09-08 | Merge tag 'landlock-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-09-04 | Merge tag 'tomoyo-pr-20230903' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds |
2023-08-30 | Merge tag 'Smack-for-6.6' of https://github.com/cschaufler/smack-next | Linus Torvalds |
2023-08-30 | Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z... | Linus Torvalds |
2023-08-30 | Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2023-08-30 | Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-08-29 | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-08-29 | Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-08-29 | Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk... | Linus Torvalds |
2023-08-28 | Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds |
2023-08-28 | Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2023-08-28 | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds |
2023-08-28 | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2023-08-25 | LoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_by | Kees Cook |
2023-08-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-22 | Merge tag 'selinux-pr-20230821' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2023-08-21 | selinux: use vma_is_initial_stack() and vma_is_initial_heap() | Kefeng Wang |
2023-08-18 | selinux: set next pointer before attaching to list | Christian Göttsche |
2023-08-18 | integrity: Annotate struct ima_rule_opt_list with __counted_by | Kees Cook |
2023-08-18 | s390/ipl: fix virtual vs physical address confusion | Alexander Gordeev |
2023-08-18 | landlock: Annotate struct landlock_rule with __counted_by | Kees Cook |
2023-08-17 | KEYS: Replace all non-returning strlcpy with strscpy | Azeem Shaikh |
2023-08-17 | integrity: PowerVM support for loading third party code signing keys | Nayna Jain |
2023-08-17 | integrity: PowerVM machine keyring enablement | Nayna Jain |
2023-08-17 | integrity: check whether imputed trust is enabled | Nayna Jain |
2023-08-17 | integrity: remove global variable from machine_keyring.c | Nayna Jain |
2023-08-17 | integrity: ignore keys failing CA restrictions on non-UEFI platform | Nayna Jain |
2023-08-17 | integrity: PowerVM support for loading CA keys on machine keyring | Nayna Jain |
2023-08-17 | integrity: Enforce digitalSignature usage in the ima and evm keyrings | Eric Snowberg |
2023-08-15 | selinux: prevent KMSAN warning in selinux_inet_conn_request() | Andrew Kanner |
2023-08-15 | hardening: Move BUG_ON_DATA_CORRUPTION to hardening options | Marco Elver |
2023-08-15 | list: Introduce CONFIG_LIST_HARDENED | Marco Elver |
2023-08-15 | lsm: constify the 'file' parameter in security_binder_transfer_file() | Khadija Kamran |
2023-08-15 | vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s... | David Howells |
2023-08-13 | tomoyo: remove unused function declaration | GONG, Ruiqi |
2023-08-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-08-09 | selinux: use unsigned iterator in nlmsgtab code | Christian Göttsche |
2023-08-09 | selinux: avoid implicit conversions in policydb code | Christian Göttsche |
2023-08-09 | selinux: avoid implicit conversions in selinuxfs code | Christian Göttsche |
2023-08-09 | selinux: make left shifts well defined | Christian Göttsche |
2023-08-09 | selinux: update type for number of class permissions in services code | Christian Göttsche |
2023-08-09 | selinux: avoid implicit conversions in avtab code | Christian Göttsche |
2023-08-09 | selinux: revert SECINITSID_INIT support | Paul Moore |
2023-08-08 | lsm: constify the 'target' parameter in security_capget() | Khadija Kamran |
2023-08-08 | selinux: use GFP_KERNEL while reading binary policy | Christian Göttsche |
2023-08-08 | selinux: update comment on selinux_hooks[] | Xiu Jianfeng |
2023-08-07 | smackfs: Prevent underflow in smk_set_cipso() | Dan Carpenter |
2023-08-07 | security: smack: smackfs: fix typo (lables->labels) | Tóth János |
2023-08-07 | sysctl: set variable key_sysctls storage-class-specifier to static | Tom Rix |