aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_policy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-03ima: audit log files opened with O_DIRECT flagMimi Zohar1-1/+5
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin1-33/+32
2014-03-07ima: fix erroneous removal of security.ima xattrDmitry Kasatkin1-2/+4
2014-03-07ima: use static const char array definitionsMimi Zohar1-2/+2
2014-02-06security: replace strict_strto*() with kstrto*()Jingoo Han1-3/+3
2013-10-25Revert "ima: policy for RAMFS"Mimi Zohar1-1/+0
2013-02-26block: fix part_pack_uuid() build errorMimi Zohar1-5/+6
2013-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-14/+124
2013-02-06ima: add policy support for file system uuidDmitry Kasatkin1-1/+21
2013-01-22ima: differentiate appraise status only for hook specific rulesMimi Zohar1-3/+6
2013-01-22ima: per hook cache integrity appraisal statusMimi Zohar1-0/+22
2013-01-22ima: added policy support for 'security.ima' typeDmitry Kasatkin1-1/+17
2013-01-16ima: rename FILE_MMAP to MMAP_CHECKMimi Zohar1-3/+4
2013-01-16ima: re-initialize IMA policy LSM infoMimi Zohar1-10/+58
2012-12-24ima: fallback to MODULE_SIG_ENFORCE for existing kernel module syscallMimi Zohar1-1/+2
2012-12-14ima: support new kernel module syscallMimi Zohar1-0/+3
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-47/+148
2012-09-21userns: Add user namespace support to IMAEric W. Biederman1-7/+7
2012-09-13ima: audit log hashesPeter Moody1-0/+11
2012-09-13ima: generic IMA action flag handlingDmitry Kasatkin1-10/+11
2012-09-07ima: add appraise action keywords and default rulesMimi Zohar1-39/+112
2012-09-07ima: integrity appraisal extensionMimi Zohar1-8/+24
2012-07-05ima: add policy for pseudo fsDmitry Kasatkin1-0/+2
2012-02-16IMA: fix audit res field to indicate 1 for success and 0 for failureEric Paris1-1/+1
2012-02-09Merge branch 'next-queue' into nextJames Morris1-0/+1
2012-01-19ima: policy for RAMFSDmitry Kasatkin1-0/+1
2012-01-19ima: fix cred sparse warningMimi Zohar1-1/+2
2011-01-03ima: fix add LSM rule bugMimi Zohar1-0/+2
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-04-21IMA: use audit_log_untrusted_string rather than %sEric Paris1-13/+20
2010-04-21IMA: handle comments in policyEric Paris1-7/+14
2010-04-21IMA: handle whitespace betterEric Paris1-3/+3
2010-04-21IMA: reject policies with unknown entriesEric Paris1-0/+1
2010-04-21IMA: set entry->action to UNKNOWN rather than hard codingEric Paris1-1/+1
2010-04-21IMA: do not allow the same rule to specify the same thing twiceEric Paris1-1/+33
2010-04-21ima: handle multiple rules per writeEric Paris1-7/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-07ima: rename PATH_CHECK to FILE_CHECKMimi Zohar1-3/+6
2009-05-22IMA: Add __init notation to ima functionsEric Paris1-1/+1
2009-05-22IMA: Minimal IMA policy and boot param for TCB IMA policyEric Paris1-3/+27