aboutsummaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_fs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-15ima: Return error code obtained from securityfs functionsStefan Berger1-8/+23
2022-02-02ima: Remove ima_policy file before directoryStefan Berger1-1/+1
2021-06-08ima/evm: Fix type mismatchRoberto Sassu1-3/+3
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook1-1/+2
2020-10-05fs/kernel_read_file: Add file_size output argumentKees Cook1-1/+1
2020-10-05fs/kernel_read_file: Switch buffer size arg to size_tKees Cook1-1/+1
2020-10-05fs/kernel_read_file: Remove redundant size argumentKees Cook1-2/+4
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden1-0/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook1-1/+1
2020-06-06Merge tag 'integrity-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrityLinus Torvalds1-2/+2
2020-05-07ima: Fix return value of ima_write_policy()Roberto Sassu1-2/+1
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu1-2/+2
2020-02-28integrity: Remove duplicate pr_fmt definitionsTushar Sugandhi1-2/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner1-5/+1
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