aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2023-10-10KEYS: trusted: Remove redundant static calls usageGravatar Sumit Garg 1-8/+5
2023-09-27ima: rework CONFIG_IMA dependency blockGravatar Arnd Bergmann 1-12/+6
2023-09-26ima: Finish deprecation of IMA_TRUSTED_KEYRING KconfigGravatar Oleksandr Tymoshenko 1-2/+2
2023-09-12selinux: fix handling of empty opts in selinux_fs_context_submount()Gravatar Ondrej Mosnacek 1-2/+8
2023-09-08Merge tag 'landlock-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2023-09-04Merge tag 'tomoyo-pr-20230903' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Gravatar Linus Torvalds 3-7/+5
2023-08-30Merge tag 'Smack-for-6.6' of https://github.com/cschaufler/smack-nextGravatar Linus Torvalds 1-2/+2
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Gravatar Linus Torvalds 5-30/+16
2023-08-30Merge tag 'lsm-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 9-83/+162
2023-08-30Merge tag 'selinux-pr-20230829' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 34-286/+276
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+2
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-3/+3
2023-08-29Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Gravatar Linus Torvalds 10-14/+94
2023-08-28Merge tag 's390-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-2/+2
2023-08-28Merge tag 'hardening-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-4/+26
2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 3-0/+87
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 4-10/+16
2023-08-25LoadPin: Annotate struct dm_verity_loadpin_trusted_root_digest with __counted_byGravatar Kees Cook 1-2/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2023-08-22Merge tag 'selinux-pr-20230821' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-08-21selinux: use vma_is_initial_stack() and vma_is_initial_heap()Gravatar Kefeng Wang 1-5/+2
2023-08-18selinux: set next pointer before attaching to listGravatar Christian Göttsche 1-1/+1
2023-08-18integrity: Annotate struct ima_rule_opt_list with __counted_byGravatar Kees Cook 1-2/+2
2023-08-18s390/ipl: fix virtual vs physical address confusionGravatar Alexander Gordeev 1-2/+2
2023-08-18landlock: Annotate struct landlock_rule with __counted_byGravatar Kees Cook 1-1/+1
2023-08-17KEYS: Replace all non-returning strlcpy with strscpyGravatar Azeem Shaikh 1-1/+1
2023-08-17integrity: PowerVM support for loading third party code signing keysGravatar Nayna Jain 3-0/+30
2023-08-17integrity: PowerVM machine keyring enablementGravatar Nayna Jain 1-1/+3
2023-08-17integrity: check whether imputed trust is enabledGravatar Nayna Jain 4-6/+22
2023-08-17integrity: remove global variable from machine_keyring.cGravatar Nayna Jain 1-2/+2
2023-08-17integrity: ignore keys failing CA restrictions on non-UEFI platformGravatar Nayna Jain 1-1/+1
2023-08-17integrity: PowerVM support for loading CA keys on machine keyringGravatar Nayna Jain 3-0/+30
2023-08-17integrity: Enforce digitalSignature usage in the ima and evm keyringsGravatar Eric Snowberg 3-4/+6
2023-08-15selinux: prevent KMSAN warning in selinux_inet_conn_request()Gravatar Andrew Kanner 1-0/+1
2023-08-15hardening: Move BUG_ON_DATA_CORRUPTION to hardening optionsGravatar Marco Elver 1-0/+10
2023-08-15list: Introduce CONFIG_LIST_HARDENEDGravatar Marco Elver 1-0/+13
2023-08-15lsm: constify the 'file' parameter in security_binder_transfer_file()Gravatar Khadija Kamran 2-5/+5
2023-08-15vfs, security: Fix automount superblock LSM init problem, preventing NFS sb s...Gravatar David Howells 3-0/+87
2023-08-13tomoyo: remove unused function declarationGravatar GONG, Ruiqi 1-2/+0
2023-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2023-08-09selinux: use unsigned iterator in nlmsgtab codeGravatar Christian Göttsche 1-1/+2
2023-08-09selinux: avoid implicit conversions in policydb codeGravatar Christian Göttsche 1-32/+37
2023-08-09selinux: avoid implicit conversions in selinuxfs codeGravatar Christian Göttsche 1-7/+7
2023-08-09selinux: make left shifts well definedGravatar Christian Göttsche 1-6/+6
2023-08-09selinux: update type for number of class permissions in services codeGravatar Christian Göttsche 2-2/+2
2023-08-09selinux: avoid implicit conversions in avtab codeGravatar Christian Göttsche 1-12/+12
2023-08-09selinux: revert SECINITSID_INIT supportGravatar Paul Moore 6-64/+1
2023-08-08lsm: constify the 'target' parameter in security_capget()Gravatar Khadija Kamran 4-4/+4
2023-08-08selinux: use GFP_KERNEL while reading binary policyGravatar Christian Göttsche 1-5/+5
2023-08-08selinux: update comment on selinux_hooks[]Gravatar Xiu Jianfeng 1-4/+0