summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
...
| | * | ima: Support platform keyring for kernel appraisalNayna Jain2018-12-131-2/+12
| | * | efi: Allow the "db" UEFI variable to be suppressedJosh Boyer2018-12-131-10/+35
| | * | efi: Import certificates from UEFI Secure BootJosh Boyer2018-12-132-1/+173
| | * | efi: Add an EFI signature blob parserDave Howells2018-12-132-1/+110
| | * | integrity: Load certs to the platform keyringNayna Jain2018-12-133-24/+86
| | * | integrity: Define a trusted platform keyringNayna Jain2018-12-135-16/+81
| | * | ima: don't measure/appraise files on efivarfsMimi Zohar2018-12-111-1/+3
| | * | x86/ima: define arch_get_ima_policy() for x86Eric Richter2018-12-111-1/+9
| | * | ima: add support for arch specific policiesNayna Jain2018-12-111-2/+70
| | * | ima: refactor ima_init_policy()Nayna Jain2018-12-111-41/+56
| | * | ima: prevent kexec_load syscall based on runtime secureboot flagNayna Jain2018-12-111-6/+13
| | * | integrity: support new struct public_key_signature encoding fieldMimi Zohar2018-11-131-0/+1
| | |/
* | | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\ \ \
| * | | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-211-2/+2
| | |/ | |/|
* | | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-2/+1Star
|\ \ \
| * | | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-2/+1Star
| |/ /
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-2712-17/+10Star
|\ \ \
| * | | security: integrity: partial revert of make ima_main explicitly non-modularPaul Gortmaker2018-12-201-1/+1
| | |/ | |/|
| * | Merge tag 'v4.20-rc7' into next-generalJames Morris2018-12-171-0/+1
| |\ \
| * | | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-1210-10/+7Star
| * | | security: integrity: make evm_main explicitly non-modularPaul Gortmaker2018-12-121-4/+1Star
| * | | security: integrity: make ima_main explicitly non-modularPaul Gortmaker2018-12-121-4/+3Star
| | |/ | |/|
* | | Merge tag 'audit-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-12-271-1/+1
|\ \ \
| * | | audit: use current whenever possiblePaul Moore2018-11-271-1/+1
| |/ /
* | / ima: cleanup the match_token policy codeMimi Zohar2018-12-181-5/+5
| |/ |/|
* | integrity: support new struct public_key_signature encoding fieldMimi Zohar2018-11-131-0/+1
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-259-43/+54
|\
| * ima: open a new file instance if no read permissionsGoldwyn Rodrigues2018-10-101-20/+34
| * ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers2018-10-101-3/+3
| * security/integrity: remove unnecessary 'init_keyring' variableEric Biggers2018-10-101-7/+1Star
| * security/integrity: constify some read-only dataEric Biggers2018-10-108-13/+16
* | LSM: Record LSM name in struct lsm_infoKees Cook2018-10-111-0/+1
* | LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-111-1/+3
* | LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-111-0/+1
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-1611-45/+102
|\
| * EVM: fix return value check in evm_write_xattrs()Wei Yongjun2018-07-221-2/+2
| * integrity: prevent deadlock during digsig verification.Mikhail Kurinnoi2018-07-181-0/+23
| * evm: Allow non-SHA1 digital signaturesMatthew Garrett2018-07-184-31/+46
| * evm: Don't deadlock if a crypto algorithm is unavailableMatthew Garrett2018-07-181-1/+2
| * integrity: silence warning when CONFIG_SECURITYFS is not enabledSudeep Holla2018-07-181-3/+6
| * ima: Differentiate auditing policy rules from "audit" actionsStefan Berger2018-07-181-2/+2
| * ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not setStefan Berger2018-07-183-1/+21
| * ima: Use audit_log_format() rather than audit_log_string()Stefan Berger2018-07-182-7/+2Star
| * ima: Call audit_log_string() rather than logging it untrustedStefan Berger2018-07-181-1/+1
* | Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-08-164-16/+10Star
|\ \
| * | ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL insteadStefan Berger2018-07-284-8/+4Star
| * | ima: Use tpm_default_chip() and call TPM functions with a tpm_chipStefan Berger2018-07-284-9/+7Star
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-154-17/+158
|\|
| * ima: based on policy warn about loading firmware (pre-allocated buffer)Mimi Zohar2018-07-161-0/+8