summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_policy.c
Commit message (Expand)AuthorAgeFilesLines
* ima: Fix fall-through warnings for ClangGustavo A. R. Silva2021-04-201-0/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-8/+12
|\
| * ima: handle idmapped mountsChristian Brauner2021-01-241-8/+12
* | IMA: define a builtin critical data measurement policyLakshmi Ramasubramanian2021-01-141-0/+12
* | IMA: limit critical data measurement based on a labelTushar Sugandhi2021-01-141-3/+34
* | IMA: add policy rule to measure critical dataTushar Sugandhi2021-01-141-4/+25
* | IMA: generalize keyring specific measurement constructsTushar Sugandhi2021-01-141-17/+26
|/
* ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian2020-11-201-1/+1
* Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-151-51/+102
|\
| * ima: Use kmemdup rather than kmalloc+memcpyAlex Dewar2020-09-151-5/+4
| * integrity: invalid kernel parameters feedbackBruno Meneguele2020-09-081-0/+2
| * ima: Fail rule parsing when asymmetric key measurement isn't supportableTyler Hicks2020-08-311-2/+4
| * ima: Pre-parse the list of keyrings in a KEY_CHECK ruleTyler Hicks2020-08-311-45/+93
* | 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
|\ \ | |/ |/|