summaryrefslogtreecommitdiffstats
path: root/security
AgeCommit message (Expand)AuthorLines
2024-07-16Merge tag 'selinux-pr-20240715' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2024-07-15Merge tag 'keys-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2024-07-09selinux,smack: remove the capability checks in the removexattr hooksPaul Moore-10/+3
2024-07-09task_work: s/task_work_cancel()/task_work_cancel_func()/Frederic Weisbecker-1/+1
2024-07-08landlock: Use bit-fields for storing handled layer access masksGünther Noack-21/+9
2024-07-05Merge tag 'integrity-v6.10-fix' of ssh://ra.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+1
2024-07-02selinux: Use 1UL for EBITMAP_BIT to match maps typeCanfeng Guo-1/+1
2024-07-01KEYS: encrypted: add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-07-01KEYS: trusted: add missing MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-06-19smack: unix sockets: fix accept()ed socket labelKonstantin Andreev-3/+9
2024-06-17Merge tag 'lsm-pr-20240617' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-17/+27
2024-06-17Merge tag 'mm-hotfixes-stable-2024-06-17-11-43' of git://git.kernel.org/pub/s...Linus Torvalds-15/+0
2024-06-17Merge tag 'hardening-v6.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2024-06-15Revert "mm: init_mlocked_on_free_v3"David Hildenbrand-15/+0
2024-06-13ima: Avoid blocking in RCU read-side critical sectionGUO Zihua-17/+27
2024-06-07crypto: sm2 - Remove sm2 algorithmHerbert Xu-2/+1
2024-06-06yama: document function parameterChristian Göttsche-0/+1
2024-06-05smack: tcp: ipv4, fix incorrect labelingCasey Schaufler-1/+1
2024-06-03lsm: fixup the inode xattr capability handlingPaul Moore-32/+97
2024-06-03ima: fix wrong zero-assignment during securityfs dentry removeEnrico Bravi-2/+1
2024-06-03tomoyo: update project linksTetsuo Handa-2/+2
2024-05-31landlock: Fix d_parent walkMickaël Salaün-2/+11
2024-05-24Merge tag 'hardening-v6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+3
2024-05-21KEYS: trusted: Do not use WARN when encode failsJarkko Sakkinen-1/+2
2024-05-21KEYS: trusted: Fix memory leak in tpm2_key_encode()Jarkko Sakkinen-6/+18
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+15
2024-05-18loadpin: Prevent SECURITY_LOADPIN_ENFORCE=y without module decompressionStephen Boyd-0/+3
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds-1/+1
2024-05-18Merge tag 'landlock-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-5/+224
2024-05-15Merge tag 'integrity-v6.10' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-90/+325
2024-05-15Merge tag 'selinux-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-126/+146
2024-05-15Merge tag 'lsm-pr-20240513' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-4/+0
2024-05-14Merge tag 'net-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+6
2024-05-13netlabel: fix RCU annotation for IPv4 options on socket creationDavide Caratti-2/+6
2024-05-13Merge tag 'keys-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-24/+30
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-53/+106
2024-05-13landlock: Add IOCTL access right for character and block devicesGünther Noack-5/+224
2024-05-10apparmor: fix possible NULL pointer dereferenceLeesoo Ahn-0/+4
2024-05-10apparmor: fix typo in kernel docChristian Göttsche-1/+1
2024-05-10apparmor: remove useless static inline function is_deletedColin Ian King-13/+0
2024-05-10apparmor: use kvfree_sensitive to free data->dataFedor Pchelkin-1/+2
2024-05-10apparmor: Fix null pointer deref when receiving skb during sock creationXiao Liang-0/+7
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada-1/+1
2024-05-09KEYS: trusted: Add session encryption protection to the seal/unseal pathJames Bottomley-27/+61
2024-05-09KEYS: trusted: tpm2: Use struct tpm_buf for sized buffersJarkko Sakkinen-23/+31
2024-05-09tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen-4/+5
2024-05-09tpm: Remove tpm_send()Jarkko Sakkinen-2/+12
2024-05-09docs: trusted-encrypted: add DCP as new trust sourceDavid Gstir-0/+19
2024-05-09KEYS: trusted: Introduce NXP DCP-backed trusted keysDavid Gstir-1/+328
2024-05-09KEYS: trusted: improve scalability of trust source configDavid Gstir-2/+8