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