aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31IMA: use list_splice_tail_init_rcu() instead of its open coded variantPetko Manolov1-15/+2
2018-05-22ima: fix updating the ima_appraise flagMimi Zohar1-9/+19
2018-05-22ima: define a new policy condition based on the filesystem nameMimi Zohar1-1/+24
2018-03-25ima: Add smackfs to the default appraise/measure listMartin Townsend1-0/+2
2018-03-23ima: fail signature verification based on policyMimi Zohar1-0/+5
2018-03-23ima: clear IMA_HASHMimi Zohar1-1/+1
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett1-8/+15
2018-01-18ima/policy: fix parsing of fsuuidMike Rapoport1-1/+1
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar1-2/+28
2017-11-08ima: Fix bool initialization/comparisonThomas Meyer1-3/+3
2017-07-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-60/+46
2017-06-21ima: Simplify policy_func_show.Thiago Jung Bauermann1-52/+6
2017-06-21integrity: Small code improvementsThiago Jung Bauermann1-2/+2
2017-06-21ima: Add cgroups2 to the defaults listLaura Abbott1-0/+3
2017-06-21ima: define a set of appraisal rules requiring file signaturesMimi Zohar1-1/+25
2017-06-21ima: extend the "ima_policy" boot command line to support multiple policiesMimi Zohar1-5/+10
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig1-1/+1
2017-06-05ima/policy: switch to use uuid_tChristoph Hellwig1-6/+5
2017-06-05block: remove blk_part_pack_uuidChristoph Hellwig1-2/+1
2017-03-13ima: provide ">" and "<" operators for fowner/uid/euid rules.Mikhail Kurinnoi1-28/+87
2017-03-06integrity: mark default IMA rules as __ro_after_initJames Morris1-4/+4
2016-06-30ima: extend ima_get_action() to return the policy pcrEric Richter1-1/+5
2016-06-30ima: add policy support for extending different pcrsEric Richter1-1/+28
2016-05-20security/integrity/ima/ima_policy.c: use %pU to output UUID in printable formatAndy Shevchenko1-12/+2
2016-05-04ima: fix the string representation of the LSM/IMA hook enumeration orderingMimi Zohar1-2/+2
2016-02-21ima: require signed IMA policyMimi Zohar1-0/+7
2016-02-21ima: measure and appraise the IMA policy itselfMimi Zohar1-1/+11
2016-02-21ima: support for kexec image and initramfsMimi Zohar1-1/+16
2016-02-21ima: remove firmware and module specific cached status infoMimi Zohar1-5/+4
2016-02-20ima: define a new hook to measure and appraise a file already in memoryMimi Zohar1-0/+1
2016-02-18ima: use "ima_hooks" enum as function argumentMimi Zohar1-3/+3
2016-02-18ima: refactor ima_policy_show() to display "ima_hooks" rulesMimi Zohar1-27/+36
2016-02-08IMA: fix non-ANSI declaration of ima_check_policy()Colin Ian King1-1/+1
2015-12-24IMA: policy can be updated zero timesSasha Levin1-0/+8
2015-12-15ima: update appraise flags after policy update completesMimi Zohar1-2/+5
2015-12-15IMA: allow reading back the current IMA policyPetko Manolov1-2/+205
2015-12-15IMA: policy can now be updated multiple timesPetko Manolov1-28/+51
2015-06-16ima: update builtin policiesMimi Zohar1-9/+56
2015-06-16ima: extend "mask" policy matching supportMimi Zohar1-5/+15
2015-06-16ima: add support for new "euid" policy conditionMimi Zohar1-4/+23
2015-05-21ima: do not measure or appraise the NSFS filesystemMimi Zohar1-0/+2
2015-05-21ima: skip measurement of cgroupfs files and update documentationRoberto Sassu1-0/+2
2015-05-13ima: cleanup ima_init_policy() a littleDan Carpenter1-10/+6
2014-11-17ima: require signature based appraisalDmitry Kasatkin1-0/+6
2014-10-11ima: use atomic bit operations to protect policy update interfaceDmitry Kasatkin1-21/+2
2014-10-11ima: ignore empty and with whitespaces policy linesDmitry Kasatkin1-1/+2
2014-10-11ima: no need to allocate entry for commentDmitry Kasatkin1-8/+6
2014-09-17ima: added ima_policy_flag variableRoberto Sassu1-0/+23
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar1-0/+7
2014-07-17audit: fix dangling keywords in integrity ima message outputRichard Guy Briggs1-3/+3