aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2018-10-10ima: fix showing large 'violations' or 'runtime_measurements_count'Eric Biggers1-3/+3
2018-10-10security/integrity: constify some read-only dataEric Biggers1-1/+2
2018-05-17integrity: Add an integrity directory in securityfsMatthew Garrett1-1/+8
2018-05-17ima: Unify loggingPetr Vorel1-2/+5
2018-05-17ima: Reflect correct permissions for policyPetr Vorel1-0/+2
2017-11-08ima: Fix bool initialization/comparisonThomas Meyer1-1/+1
2017-11-08ima: don't remove the securityfs policy fileMimi Zohar1-2/+2
2017-06-21ima: use memdup_user_nulGeliang Tang1-9/+4
2016-12-20ima: define a canonical binary_runtime_measurements list formatMimi Zohar1-7/+21
2016-12-20ima: on soft reboot, save the measurement listMimi Zohar1-1/+1
2016-11-13ima: fix memory leak in ima_release_policyEric Richter1-1/+1
2016-06-30ima: change ima_measurements_show() to display the entry specific pcrEric Richter1-5/+4
2016-02-21ima: measure and appraise the IMA policy itselfMimi Zohar1-2/+10
2016-02-21ima: load policy using pathDmitry Kasatkin1-2/+43
2016-01-03ima: ima_write_policy() limit lockingPetko Manolov1-9/+9
2015-12-24IMA: policy can be updated zero timesSasha Levin1-0/+5
2015-12-15IMA: allow reading back the current IMA policyPetko Manolov1-4/+25
2015-12-15IMA: policy can now be updated multiple timesPetko Manolov1-0/+13
2015-06-16ima: fix ima_show_template_data_ascii()Mimi Zohar1-2/+2
2014-10-13ima: display template format in meas. list if template name length is zeroRoberto Sassu1-4/+12
2014-10-11ima: use atomic bit operations to protect policy update interfaceDmitry Kasatkin1-7/+16
2014-10-11ima: report policy load statusDmitry Kasatkin1-0/+2
2014-03-07integrity: fix checkpatch errorsDmitry Kasatkin1-3/+3
2014-03-07ima: restore the original behavior for sending data with ima templateRoberto Sassu1-0/+2
2013-11-25ima: do not send field length to userspace for digest of ima templateRoberto Sassu1-3/+11
2013-10-25ima: switch to new template management mechanismRoberto Sassu1-29/+25
2013-10-25ima: define template fields library and new helpersRoberto Sassu1-2/+2
2013-10-25ima: differentiate between template hash and file data hash sizesMimi Zohar1-5/+5
2013-10-25ima: fix script messagesDmitry Kasatkin1-2/+1
2012-07-02ima: remove unused cleanup functionsDmitry Kasatkin1-10/+0
2012-07-02ima: free securityfs violations fileDmitry Kasatkin1-0/+1
2011-09-09ima: sparse fix: make ima_open_policy staticJames Morris1-1/+1
2010-08-02ima: use generic_file_llseek for securityfsArnd Bergmann1-3/+6
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
2010-04-21ima: handle multiple rules per writeEric Paris1-18/+20
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
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-5/+5
2009-09-23seq_file: constify seq_operationsJames Morris1-2/+2
2009-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6Linus Torvalds1-2/+6
2009-05-22IMA: Add __init notation to ima functionsEric Paris1-1/+1
2009-05-15IMA: remove read permissions on the ima policy fileEric Paris1-1/+5
2009-04-15rculist: use list_entry_rcu in places where it's appropriateJiri Pirko1-2/+2
2009-02-12integrity: audit updateMimi Zohar1-1/+1
2009-02-06integrity: IMA policy openMimi Zohar1-1/+16
2009-02-06integrity: IMA policyMimi Zohar1-1/+66
2009-02-06integrity: IMA displayMimi Zohar1-0/+296