summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_fs.c
Commit message (Expand)AuthorAgeFilesLines
* ima: define a canonical binary_runtime_measurements list formatMimi Zohar2016-12-201-7/+21
* ima: on soft reboot, save the measurement listMimi Zohar2016-12-201-1/+1
* ima: fix memory leak in ima_release_policyEric Richter2016-11-131-1/+1
* ima: change ima_measurements_show() to display the entry specific pcrEric Richter2016-06-301-5/+4
* ima: measure and appraise the IMA policy itselfMimi Zohar2016-02-211-2/+10
* ima: load policy using pathDmitry Kasatkin2016-02-211-2/+43
* ima: ima_write_policy() limit lockingPetko Manolov2016-01-031-9/+9
* IMA: policy can be updated zero timesSasha Levin2015-12-241-0/+5
* IMA: allow reading back the current IMA policyPetko Manolov2015-12-151-4/+25
* IMA: policy can now be updated multiple timesPetko Manolov2015-12-151-0/+13
* ima: fix ima_show_template_data_ascii()Mimi Zohar2015-06-161-2/+2
* ima: display template format in meas. list if template name length is zeroRoberto Sassu2014-10-131-4/+12
* ima: use atomic bit operations to protect policy update interfaceDmitry Kasatkin2014-10-111-7/+16
* ima: report policy load statusDmitry Kasatkin2014-10-111-0/+2
* integrity: fix checkpatch errorsDmitry Kasatkin2014-03-071-3/+3
* ima: restore the original behavior for sending data with ima templateRoberto Sassu2014-03-071-0/+2
* ima: do not send field length to userspace for digest of ima templateRoberto Sassu2013-11-251-3/+11
* ima: switch to new template management mechanismRoberto Sassu2013-10-251-29/+25
* ima: define template fields library and new helpersRoberto Sassu2013-10-251-2/+2
* ima: differentiate between template hash and file data hash sizesMimi Zohar2013-10-251-5/+5
* ima: fix script messagesDmitry Kasatkin2013-10-251-2/+1
* ima: remove unused cleanup functionsDmitry Kasatkin2012-07-021-10/+0
* ima: free securityfs violations fileDmitry Kasatkin2012-07-021-0/+1
* ima: sparse fix: make ima_open_policy staticJames Morris2011-09-091-1/+1
* ima: use generic_file_llseek for securityfsArnd Bergmann2010-08-021-3/+6
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | ima: handle multiple rules per writeEric Paris2010-04-211-18/+20
|/
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-5/+5
* seq_file: constify seq_operationsJames Morris2009-09-231-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-111-2/+6
|\
| * IMA: Add __init notation to ima functionsEric Paris2009-05-221-1/+1
| * IMA: remove read permissions on the ima policy fileEric Paris2009-05-151-1/+5
* | rculist: use list_entry_rcu in places where it's appropriateJiri Pirko2009-04-151-2/+2
|/
* integrity: audit updateMimi Zohar2009-02-121-1/+1
* integrity: IMA policy openMimi Zohar2009-02-061-1/+16
* integrity: IMA policyMimi Zohar2009-02-061-1/+66
* integrity: IMA displayMimi Zohar2009-02-061-0/+296