summaryrefslogtreecommitdiffstats
path: root/security/integrity
AgeCommit message (Expand)Author
2020-07-20ima: Move comprehensive rule validation checks out of the token parserTyler Hicks
2020-07-20ima: Use correct type for the args_p member of ima_rule_entry.lsm elementsTyler Hicks
2020-07-20ima: Shallow copy the args_p member of ima_rule_entry.lsm elementsTyler Hicks
2020-07-20ima: Fail rule parsing when appraise_flag=blacklist is unsupportableTyler Hicks
2020-07-16ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid condTyler Hicks
2020-07-16ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...Tyler Hicks
2020-07-16ima: Fail rule parsing when buffer hook functions have an invalid actionTyler Hicks
2020-07-16ima: Free the entire rule if it fails to parseTyler Hicks
2020-07-16ima: Free the entire rule when deleting a list of rulesTyler Hicks
2020-07-16ima: Have the LSM free its audit ruleTyler Hicks
2020-07-16IMA: Add audit log for failure conditionsLakshmi Ramasubramanian
2020-07-16integrity: Add errno field in audit messageLakshmi Ramasubramanian
2020-07-08integrity/ima: switch to using __kernel_readChristoph Hellwig
2020-06-24ima: extend boot_aggregate with kernel measurementsMaurizio Drocco
2020-06-15ima: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-12Merge tag 'integrity-v5.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-12ima: fix mprotect checkingMimi Zohar
2020-06-07ima: Remove __init annotation from ima_pcrread()Roberto Sassu
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2020-06-05ima: Directly free *entry in ima_alloc_init_template() if digests is NULLRoberto Sassu
2020-06-03ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu
2020-06-03ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu
2020-05-22ima: verify mprotect change is consistent with mmap policyMimi Zohar
2020-05-14evm: Fix a small race in init_desc()Dan Carpenter
2020-05-07evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu
2020-05-07ima: Set again build_ima_appraise variableKrzysztof Struczynski
2020-05-07ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski
2020-05-07ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2020-05-07evm: Fix RCU list related warningsMadhuparna Bhowmik
2020-05-07ima: Fix return value of ima_write_policy()Roberto Sassu
2020-05-07evm: Check also if *tfm is an error pointer in init_desc()Roberto Sassu
2020-05-07ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash()Roberto Sassu
2020-04-19ima: Use ima_hash_algo for collision detection in the measurement listRoberto Sassu
2020-04-19ima: Calculate and extend PCR with digests in ima_template_entryRoberto Sassu
2020-04-19ima: Allocate and initialize tfm for each PCR bankRoberto Sassu
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu
2020-04-19ima: Store template digest directly in ima_template_entryRoberto Sassu
2020-04-19ima: Evaluate error in init_ima()Roberto Sassu
2020-04-19ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu
2020-04-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-12ima: add a new CONFIG for loading arch-specific policiesNayna Jain
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi
2020-02-28IMA: Add log statements for failure conditionsTushar Sugandhi
2020-02-28IMA: Update KBUILD_MODNAME for IMA files to imaTushar Sugandhi
2020-02-26Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi...Ingo Molnar
2020-02-23integrity: Check properly whether EFI GetVariable() is availableArd Biesheuvel
2020-02-18ima: add sm3 algorithm to hash algorithm configuration listTianjia Zhang
2020-02-18efi: Only print errors about failing to get certs if EFI vars are foundJavier Martinez Canillas
2020-01-28Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-01-23IMA: Defined delayed workqueue to free the queued keysLakshmi Ramasubramanian