summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-0923-98/+413
|\
| * integrity: Introduce struct evm_xattrThiago Jung Bauermann2019-06-303-7/+14
| * ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definitionThiago Jung Bauermann2019-06-301-1/+7
| * KEXEC: Call ima_kexec_cmdline to measure the boot command line argsPrakhar Srivastava2019-06-301-3/+6
| * IMA: Define a new template field bufPrakhar Srivastava2019-06-306-4/+37
| * IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava2019-06-246-0/+84
| * IMA: support for per policy rule template formatsMatthew Garrett2019-06-208-29/+79
| * integrity: Fix __integrity_init_keyring() section mismatchGeert Uytterhoeven2019-06-171-2/+3
| * ima: Use designated initializers for struct ima_event_dataThiago Jung Bauermann2019-06-142-6/+11
| * ima: use the lsm policy update notifierJanne Karhunen2019-06-143-20/+106
| * LSM: switch to blocking policy update notifiersJanne Karhunen2019-06-145-21/+24
| * x86/ima: fix the Kconfig dependency for IMA_ARCH_POLICYNayna Jain2019-06-141-1/+2
| * ima: Make arch_policy_entry staticYueHaibing2019-06-141-1/+1
| * ima: prevent a file already mmap'ed write to be mmap'ed executeMimi Zohar2019-06-041-2/+30
| * x86/ima: check EFI SetupMode tooMimi Zohar2019-05-301-2/+10
* | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-0946-325/+992
|\ \
| * | keys: Provide KEYCTL_GRANT_PERMISSIONDavid Howells2019-07-035-1/+135
| * | keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-2845-324/+857
* | | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0936-310/+589
|\| |
| * | keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-2816-49/+145
| * | keys: Network namespace domain tagDavid Howells2019-06-266-1/+35
| * | keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-263-1/+19
| * | keys: Include target namespace in match criteriaDavid Howells2019-06-267-4/+50
| * | keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-269-129/+196
| * | keys: Namespace keyring namesDavid Howells2019-06-267-60/+60
| * | keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-2614-18/+34
| * | keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-264-16/+25
| * | keys: Simplify key description managementDavid Howells2019-06-265-50/+43
* | | Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-0915-164/+229
|\| |
| * | keys: Kill off request_key_async{,_with_auxdata}David Howells2019-06-264-114/+2
| * | keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-196-1/+82
| * | keys: Provide request_key_rcu()David Howells2019-06-194-0/+66
| * | keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-198-61/+77
| * | keys: Invalidate used request_key authentication keysDavid Howells2019-06-192-3/+3
| * | keys: Fix request_key() lack of Link perm check on found keyDavid Howells2019-06-192-0/+14
* | | Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-0912-84/+418
|\| |
| * | keys: Add capability-checking keyctl functionDavid Howells2019-06-194-0/+54
| * | keys: Reuse keyring_index_key::desc_len in lookup_user_key()Eric Biggers2019-05-301-3/+1
| * | keys: Grant Link permission to possessers of request_key auth keysDavid Howells2019-05-301-1/+1
| * | keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-307-0/+195
| * | keys: Hoist locking out of __key_link_begin()David Howells2019-05-304-38/+76
| * | keys: Break bits out of key_unlink()David Howells2019-05-301-21/+67
| * | keys: Change keyring_serialise_link_sem to a mutexDavid Howells2019-05-301-6/+6
| * | keys: sparse: Fix kdoc mismatchesDavid Howells2019-05-292-4/+8
| * | keys: sparse: Fix incorrect RCU accessesDavid Howells2019-05-292-2/+3
| * | keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-223-18/+16
* | | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-093-23/+31
|\ \ \
| * | | selinux: format all invalid context as untrustedRichard Guy Briggs2019-07-011-10/+19
| * | | selinux: fix empty write to keycreate fileOndrej Mosnacek2019-06-121-5/+6
| * | | selinux: remove some no-op BUG_ONsOndrej Mosnacek2019-05-211-4/+0