summaryrefslogtreecommitdiffstats
path: root/security/integrity
AgeCommit message (Expand)Author
2020-08-19ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid condTyler Hicks
2020-08-19ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...Tyler Hicks
2020-08-19ima: Fail rule parsing when buffer hook functions have an invalid actionTyler Hicks
2020-08-19ima: Free the entire rule if it fails to parseTyler Hicks
2020-08-19ima: Free the entire rule when deleting a list of rulesTyler Hicks
2020-08-19ima: Have the LSM free its audit ruleTyler Hicks
2020-08-11ima: move APPRAISE_BOOTPARAM dependency on ARCH_POLICY to runtimeBruno Meneguele
2020-06-22ima: Set again build_ima_appraise variableKrzysztof Struczynski
2020-06-22ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski
2020-06-22evm: Fix possible memory leak in evm_calc_hmac_or_hash()Roberto Sassu
2020-06-22ima: Remove __init annotation from ima_pcrread()Roberto Sassu
2020-06-22ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init()Roberto Sassu
2020-06-22ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu
2020-06-22ima: Evaluate error in init_ima()Roberto Sassu
2020-06-22ima: Switch to ima_hash_algo for boot aggregateRoberto Sassu
2020-06-22ima: Fix ima digest hash table key calculationKrzysztof Struczynski
2020-05-14evm: Fix a small race in init_desc()Dan Carpenter
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-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
2020-01-23IMA: Call workqueue functions to measure queued keysLakshmi Ramasubramanian
2020-01-23IMA: Define workqueue for early boot key measurementsLakshmi Ramasubramanian
2020-01-22IMA: pre-allocate buffer to hold keyrings stringLakshmi Ramasubramanian
2020-01-22ima: ima/lsm policy rule loading logic bug fixesJanne Karhunen
2020-01-22ima: add the ability to query the cached hash of a given fileFlorent Revest
2020-01-22ima: Add a space after printing LSM rules for readabilityClay Chang
2020-01-09IMA: fix measuring asymmetric keys KconfigLakshmi Ramasubramanian
2019-12-12IMA: Read keyrings= option from the IMA policyLakshmi Ramasubramanian
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian
2019-12-12IMA: Define an IMA hook to measure keysLakshmi Ramasubramanian
2019-12-12IMA: Add KEY_CHECK func to measure keysLakshmi Ramasubramanian
2019-12-12IMA: Check IMA policy flagLakshmi Ramasubramanian
2019-12-12ima: avoid appraise error for hash calc interruptPatrick Callaghan
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-11-29x86/efi: remove unused variablesYueHaibing
2019-11-13powerpc: Load firmware trusted keys/hashes into kernel keyringNayna Jain
2019-11-13x86/efi: move common keyring handler functions to new fileNayna Jain
2019-11-12ima: Check against blacklisted hashes for files with modsigNayna Jain