aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2021-05-12trusted-keys: match tpm_get_ops on all return pathsGravatar Ben Boeckel 1-3/+3
2021-05-12KEYS: trusted: Fix memory leak on object tdGravatar Colin Ian King 1-3/+5
2021-05-05Merge tag 'safesetid-5.13' of git://github.com/micah-morton/linuxGravatar Linus Torvalds 1-3/+0
2021-05-02Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 25-75/+2468
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 5-4/+15
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-1/+4
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-10/+3
2021-04-27Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 1-18/+34
2021-04-27Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-73/+303
2021-04-26LSM: SafeSetID: Fix code specification by scripts/checkpatch.plGravatar Yanwei Gao 1-3/+0
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-16/+14
2021-04-26Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-2/+29
2021-04-26Merge tag 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpmddGravatar Linus Torvalds 2-13/+16
2021-04-26Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-327/+1038
2021-04-22landlock: Enable user space to infer supported featuresGravatar Mickaël Salaün 1-4/+13
2021-04-22landlock: Add syscall implementationsGravatar Mickaël Salaün 2-1/+443
2021-04-22fs,security: Add sb_delete hookGravatar Mickaël Salaün 1-0/+5
2021-04-22landlock: Support filesystem access-controlGravatar Mickaël Salaün 8-2/+781
2021-04-22LSM: Infrastructure management of the superblockGravatar Casey Schaufler 6-70/+84
2021-04-22landlock: Add ptrace restrictionsGravatar Mickaël Salaün 4-1/+137
2021-04-22landlock: Set up the security framework and manage credentialsGravatar Mickaël Salaün 7-6/+178
2021-04-22landlock: Add ruleset and domain managementGravatar Mickaël Salaün 4-1/+652
2021-04-22landlock: Add object managementGravatar Mickaël Salaün 6-0/+185
2021-04-21selinux: add proper NULL termination to the secclass_map permissionsGravatar Paul Moore 1-2/+3
2021-04-21KEYS: trusted: fix TPM trusted keys for generic frameworkGravatar James Bottomley 2-13/+16
2021-04-21KEYS: trusted: Fix TPM reservation for seal/unsealGravatar James Bottomley 1-1/+1
2021-04-20ima: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 2-0/+3
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2021-04-16kasan: remove redundant config optionGravatar Walter Wu 1-2/+2
2021-04-15security: commoncap: clean up kernel-doc commentsGravatar Randy Dunlap 1-17/+33
2021-04-14KEYS: trusted: Fix missing null return from kzalloc callGravatar Colin Ian King 1-2/+4
2021-04-14KEYS: trusted: Introduce TEE based Trusted KeysGravatar Sumit Garg 3-0/+324
2021-04-14KEYS: trusted: Add generic trusted keys frameworkGravatar Sumit Garg 3-297/+424
2021-04-14security: keys: trusted: Make sealed key properly interoperableGravatar James Bottomley 1-15/+38
2021-04-14security: keys: trusted: use ASN.1 TPM2 key format for the blobsGravatar James Bottomley 5-8/+221
2021-04-14security: keys: trusted: fix TPM2 authorizationsGravatar James Bottomley 2-10/+32
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 8-113/+194
2021-04-09Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-112/+185
2021-04-09integrity: Add declarations to init_once void arguments.Gravatar Jiele Zhao 1-1/+1
2021-04-09ima: Fix function name error in comment.Gravatar Jiele Zhao 1-1/+1
2021-04-09ima: enable loading of build time generated key on .ima keyringGravatar Nayna Jain 1-0/+2
2021-04-07selinux: fix race between old and new sidtabGravatar Ondrej Mosnacek 3-37/+145
2021-04-02selinux: fix cond_list corruption when changing booleansGravatar Ondrej Mosnacek 3-69/+33
2021-04-02selinux: make nslot handling in avtab more robustGravatar Ondrej Mosnacek 1-10/+11
2021-03-28tomoyo: don't special case PF_IO_WORKER for PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-03-26ima: Support EC keys for signature verificationGravatar Stefan Berger 1-16/+14
2021-03-25Merge tag 'integrity-v5.12-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+8
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-52/+60
2021-03-24security: commoncap: fix -Wstringop-overread warningGravatar Arnd Bergmann 1-1/+1