summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | 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
| * | | keys: Remove outdated __user annotationsJann Horn2021-01-211-3/+3
| * | | security: keys: Fix fall-through warnings for ClangGustavo A. R. Silva2021-01-211-0/+1
* | | | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-2318-115/+240
|\ \ \ \
| * | | | ima: handle idmapped mountsChristian Brauner2021-01-247-40/+68
| * | | | apparmor: handle idmapped mountsChristian Brauner2021-01-243-10/+24
| * | | | fs: make helpers idmap mount awareChristian Brauner2021-01-242-2/+3
| * | | | commoncap: handle idmapped mountsChristian Brauner2021-01-244-37/+84
| * | | | xattr: handle idmapped mountsTycho Andersen2021-01-247-20/+24
| * | | | acl: handle idmapped mountsChristian Brauner2021-01-241-7/+38
| * | | | inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-2/+2
| * | | | capability: handle idmapped mountsChristian Brauner2021-01-241-2/+3
| |/ / /
* | | | Merge branch 'userns-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-221-1/+11
|\ \ \ \
| * | | | capabilities: Don't allow writing ambiguous v3 file capabilitiesEric W. Biederman2020-12-291-1/+11
* | | | | Merge branch 'work.audit' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2021-02-221-2/+3
|\ \ \ \ \
| * | | | | make dump_common_audit_data() safe to be called from RCU pathwalkAl Viro2021-01-161-2/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'tpmdd-next-v5.12-rc1-v2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-212-8/+36
|\ \ \ \ \
| * | | | | KEYS: trusted: Reserve TPM for seal and unseal operationsJarkko Sakkinen2021-02-161-4/+18
| * | | | | KEYS: trusted: Fix migratable=1 failingJarkko Sakkinen2021-02-161-1/+1
| * | | | | KEYS: trusted: Fix incorrect handling of tpm_get_random()Jarkko Sakkinen2021-02-161-3/+17
| | |_|_|/ | |/| | |
* | | | | Merge tag 'Smack-for-v5.12' of git://github.com/cschaufler/smack-nextLinus Torvalds2021-02-211-2/+19
|\ \ \ \ \
| * | | | | smackfs: restrict bytes count in smackfs write functionsSabyrzhan Tasbolatov2021-02-021-2/+19
| | |/ / / | |/| | |
* | | | | Merge tag 'integrity-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-02-2116-52/+301
|\ \ \ \ \