aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_policy.c
AgeCommit message (Expand)Author
2023-07-27ima: Fix build warningsRoberto Sassu
2023-01-18ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua
2023-01-18ima: Fix fall-through warnings for ClangGustavo A. R. Silva
2023-01-18ima: Rename internal filter rule functionsTyler Hicks
2022-07-29lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg
2022-02-16ima: Do not print policy rule with inactive LSM labelsStefan Berger
2020-08-19ima: Have the LSM free its audit ruleTyler Hicks
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-22ima: Directly assign the ima_default_policy pointer to ima_rulesRoberto Sassu
2020-03-05ima: ima/lsm policy rule loading logic bug fixesJanne Karhunen
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-08-19kexec: Allow kexec_file() with appropriate IMA policy when locked downMatthew Garrett
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann
2019-08-05ima: Implement support for module-style appended signaturesThiago Jung Bauermann
2019-08-05ima: Add modsig appraise_type option for module-style appended signaturesThiago Jung Bauermann
2019-08-01ima: initialize the "template" field with the default templateMimi Zohar
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-06-24IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett
2019-06-14ima: use the lsm policy update notifierJanne Karhunen
2019-06-14ima: Make arch_policy_entry staticYueHaibing
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-29ima: show rules with IMA_INMASK correctlyRoberto Sassu
2019-05-19ima: fix wrong signed policy requirement when not appraisingPetr Vorel
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva
2019-01-31audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-02Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-17ima: cleanup the match_token policy codeMimi Zohar
2018-12-17Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...James Morris
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-12-11ima: don't measure/appraise files on efivarfsMimi Zohar
2018-12-11ima: add support for arch specific policiesNayna Jain
2018-12-11ima: refactor ima_init_policy()Nayna Jain
2018-07-18ima: Differentiate auditing policy rules from "audit" actionsStefan Berger
2018-07-18ima: Do not audit if CONFIG_INTEGRITY_AUDIT is not setStefan Berger
2018-07-18ima: Use audit_log_format() rather than audit_log_string()Stefan Berger
2018-07-18ima: Call audit_log_string() rather than logging it untrustedStefan Berger
2018-07-16ima: add build time policyMimi Zohar
2018-07-16ima: based on policy require signed kexec kernel imagesMimi Zohar
2018-05-31IMA: use list_splice_tail_init_rcu() instead of its open coded variantPetko Manolov
2018-05-22ima: fix updating the ima_appraise flagMimi Zohar
2018-05-22ima: define a new policy condition based on the filesystem nameMimi Zohar
2018-03-25ima: Add smackfs to the default appraise/measure listMartin Townsend
2018-03-23ima: fail signature verification based on policyMimi Zohar
2018-03-23ima: clear IMA_HASHMimi Zohar
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett
2018-01-18ima/policy: fix parsing of fsuuidMike Rapoport