summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-282-10/+3
|\
| * powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian2021-03-082-4/+1
| * powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian2021-03-081-6/+2
* | Merge tag 'fixes-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2021-04-271-18/+34
|\ \
| * | security: commoncap: clean up kernel-doc commentsRandy Dunlap2021-04-151-17/+33
| * | security: commoncap: fix -Wstringop-overread warningArnd Bergmann2021-03-241-1/+1
* | | Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-2714-73/+303
|\ \ \
| * | | selinux: add proper NULL termination to the secclass_map permissionsPaul Moore2021-04-211-2/+3
| * | | smack: differentiate between subjective and objective task credentialsPaul Moore2021-03-222-14/+44
| * | | selinux: clarify task subjective and objective credentialsPaul Moore2021-03-221-39/+73
| * | | lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore2021-03-226-14/+24
| * | | lsm,selinux: add new hook to compare new mount to an existing mountOlga Kornievskaia2021-03-222-0/+63
| * | | selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-1/+1
| * | | selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-1/+1
| * | | selinux: measure state and policy capabilitiesLakshmi Ramasubramanian2021-03-084-5/+96
| * | | selinux: Allow context mounts for unpriviliged overlayfsVivek Goyal2021-03-081-1/+2
| | |/ | |/|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-04-261-16/+14
|\ \ \
| * | | ima: Support EC keys for signature verificationStefan Berger2021-03-261-16/+14
| |/ /
* | | Merge tag 'keys-cve-2020-26541-v3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-262-2/+29
|\ \ \
| * | | integrity: Load mokx variables into the blacklist keyringEric Snowberg2021-03-111-2/+18
| * | | certs: Add EFI_CERT_X509_GUID support for dbx entriesEric Snowberg2021-03-111-0/+11
* | | | Merge tag 'queue' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/tpmddLinus Torvalds2021-04-262-13/+16
|\ \ \ \
| * | | | KEYS: trusted: fix TPM trusted keys for generic frameworkJames Bottomley2021-04-212-13/+16
* | | | | Merge tag 'tpmdd-next-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-267-327/+1038
|\| | | |
| * | | | KEYS: trusted: Fix missing null return from kzalloc callColin Ian King2021-04-141-2/+4
| * | | | KEYS: trusted: Introduce TEE based Trusted KeysSumit Garg2021-04-143-0/+324
| * | | | KEYS: trusted: Add generic trusted keys frameworkSumit Garg2021-04-143-297/+424
| * | | | security: keys: trusted: Make sealed key properly interoperableJames Bottomley2021-04-141-15/+38
| * | | | security: keys: trusted: use ASN.1 TPM2 key format for the blobsJames Bottomley2021-04-145-8/+221
| * | | | security: keys: trusted: fix TPM2 authorizationsJames Bottomley2021-04-142-10/+32
* | | | | KEYS: trusted: Fix TPM reservation for seal/unsealJames Bottomley2021-04-211-1/+1
* | | | | kasan: remove redundant config optionWalter Wu2021-04-161-2/+2
|/ / / /
* | | | Merge tag 'selinux-pr-20210409' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-096-112/+185
|\ \ \ \
| * | | | selinux: fix race between old and new sidtabOndrej Mosnacek2021-04-073-37/+145
| * | | | selinux: fix cond_list corruption when changing booleansOndrej Mosnacek2021-04-023-69/+33
| * | | | selinux: make nslot handling in avtab more robustOndrej Mosnacek2021-04-021-10/+11
* | | | | tomoyo: don't special case PF_IO_WORKER for PF_KTHREADJens Axboe2021-03-281-1/+1
* | | | | Merge tag 'integrity-v5.12-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-251-0/+8
|\ \ \ \ \
| * | | | | integrity: double check iint_cache was initializedMimi Zohar2021-03-221-0/+8
* | | | | | Merge tag 'selinux-pr-20210322' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-03-223-41/+59
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | selinuxfs: unify policy load error reportingOndrej Mosnacek2021-03-181-6/+3
| * | | | selinux: fix variable scope issue in live sidtab conversionOndrej Mosnacek2021-03-183-33/+55
| * | | | selinux: don't log MAC_POLICY_LOAD record on failed policy loadOndrej Mosnacek2021-03-181-2/+1
* | | | | Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file cap...Eric W. Biederman2021-03-121-11/+1
| |_|/ / |/| | |
* | | | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-238-21/+18
|\ \ \ \ | | |/ / | |/| |
| * | | certs: Fix blacklist flag type confusionDavid Howells2021-01-212-3/+4
| * | | KEYS: remove redundant memsetTom Rix2021-01-211-2/+0
| * | | security: keys: delete repeated words in commentsRandy Dunlap2021-01-212-3/+3
| * | | security/keys: use kvfree_sensitive()Denis Efremov2021-01-211-6/+3
| * | | watch_queue: Drop references to /dev/watch_queueGabriel Krisman Bertazi2021-01-211-4/+4