aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_policy.c
AgeCommit message (Expand)Author
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
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar
2017-11-08ima: Fix bool initialization/comparisonThomas Meyer
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-06-21ima: Simplify policy_func_show.Thiago Jung Bauermann
2017-06-21integrity: Small code improvementsThiago Jung Bauermann
2017-06-21ima: Add cgroups2 to the defaults listLaura Abbott
2017-06-21ima: define a set of appraisal rules requiring file signaturesMimi Zohar
2017-06-21ima: extend the "ima_policy" boot command line to support multiple policiesMimi Zohar
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-06-05ima/policy: switch to use uuid_tChristoph Hellwig
2017-06-05block: remove blk_part_pack_uuidChristoph Hellwig
2017-03-13ima: provide ">" and "<" operators for fowner/uid/euid rules.Mikhail Kurinnoi
2017-03-06integrity: mark default IMA rules as __ro_after_initJames Morris
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter
2016-06-30ima: add policy support for extending different pcrsEric Richter
2016-05-20security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko
2016-05-04ima: fix the string representation of the LSM/IMA hook enumeration orderingMimi Zohar
2016-02-21ima: require signed IMA policyMimi Zohar
2016-02-21ima: measure and appraise the IMA policy itselfMimi Zohar
2016-02-21ima: support for kexec image and initramfsMimi Zohar
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar
2016-02-18ima: refactor ima_policy_show() to display "ima_hooks" rulesMimi Zohar
2016-02-08IMA: fix non-ANSI declaration of ima_check_policy()Colin Ian King
2015-12-24IMA: policy can be updated zero timesSasha Levin
2015-12-15ima: update appraise flags after policy update completesMimi Zohar
2015-12-15IMA: allow reading back the current IMA policyPetko Manolov