summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_policy.c
Commit message (Expand)AuthorAgeFilesLines
* fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* ima: Rename internal filter rule functionsTyler Hicks2020-07-201-17/+13
* ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-201-11/+6
* ima: Use the common function to detect LSM conditionals in a ruleTyler Hicks2020-07-201-9/+2
* ima: Move comprehensive rule validation checks out of the token parserTyler Hicks2020-07-201-20/+37
* ima: Use correct type for the args_p member of ima_rule_entry.lsm elementsTyler Hicks2020-07-201-9/+9
* ima: Shallow copy the args_p member of ima_rule_entry.lsm elementsTyler Hicks2020-07-201-10/+8
* ima: Fail rule parsing when appraise_flag=blacklist is unsupportableTyler Hicks2020-07-201-1/+14
* ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid condTyler Hicks2020-07-161-0/+7
* ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...Tyler Hicks2020-07-161-0/+21
* ima: Fail rule parsing when buffer hook functions have an invalid actionTyler Hicks2020-07-161-2/+38
* ima: Free the entire rule if it fails to parseTyler Hicks2020-07-161-1/+2
* ima: Free the entire rule when deleting a list of rulesTyler Hicks2020-07-161-5/+24
* ima: Have the LSM free its audit ruleTyler Hicks2020-07-161-1/+1
* IMA: Add audit log for failure conditionsLakshmi Ramasubramanian2020-07-161-1/+1
* ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu2020-06-031-2/+1
* ima: Set again build_ima_appraise variableKrzysztof Struczynski2020-05-071-2/+8
* ima: Remove redundant policy rule set in add_rules()Krzysztof Struczynski2020-05-071-4/+1
* integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi2020-02-281-2/+0
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-01-281-24/+141
|\
| * IMA: Call workqueue functions to measure queued keysLakshmi Ramasubramanian2020-01-231-0/+3
| * IMA: pre-allocate buffer to hold keyrings stringLakshmi Ramasubramanian2020-01-221-8/+30
| * ima: ima/lsm policy rule loading logic bug fixesJanne Karhunen2020-01-221-18/+26
| * ima: Add a space after printing LSM rules for readabilityClay Chang2020-01-221-0/+1
| * IMA: Read keyrings= option from the IMA policyLakshmi Ramasubramanian2019-12-121-1/+28
| * IMA: Add support to limit measuring keysLakshmi Ramasubramanian2019-12-121-4/+58
| * IMA: Add KEY_CHECK func to measure keysLakshmi Ramasubramanian2019-12-121-1/+3
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
|/
* ima: Check against blacklisted hashes for files with modsigNayna Jain2019-11-121-2/+10
* Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-281-0/+50
|\
| * kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett2019-08-191-0/+50
* | ima: Define ima-modsig templateThiago Jung Bauermann2019-08-051-0/+41
* | ima: Implement support for module-style appended signaturesThiago Jung Bauermann2019-08-051-6/+6
* | ima: Add modsig appraise_type option for module-style appended signaturesThiago Jung Bauermann2019-08-051-2/+10
* | ima: initialize the "template" field with the default templateMimi Zohar2019-08-011-2/+4
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-23/+140
|\ \ | |/ |/|
| * IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava2019-06-241-0/+7
| * IMA: support for per policy rule template formatsMatthew Garrett2019-06-191-2/+36
| * ima: use the lsm policy update notifierJanne Karhunen2019-06-141-20/+96
| * ima: Make arch_policy_entry staticYueHaibing2019-06-141-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* ima: show rules with IMA_INMASK correctlyRoberto Sassu2019-05-291-9/+12
* ima: fix wrong signed policy requirement when not appraisingPetr Vorel2019-05-191-3/+4
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-4/+2
|\
| * audit: remove unused actx param from audit_rule_matchRichard Guy Briggs2019-01-311-4/+2
* | security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva2019-02-221-0/+4
|/
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-021-43/+128
|\
| * Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris2018-12-171-43/+128
| |\
| | * ima: don't measure/appraise files on efivarfsMimi Zohar2018-12-111-1/+3