summaryrefslogtreecommitdiffstats
path: root/security/integrity/iint.c
Commit message (Expand)AuthorAgeFilesLines
* integrity: Remove LSMRoberto Sassu2024-02-151-195/+2
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | ima: annotate iint mutex to avoid lockdep false positive warningsAmir Goldstein2023-10-311-11/+37
|/
* integrity: Fix possible multiple allocation in integrity_inode_get()Tianjia Zhang2023-06-011-6/+9
* Revert "integrity: double check iint_cache was initialized"Roberto Sassu2023-03-101-8/+0
* security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu2023-03-101-0/+1
* evm: Load EVM key in ima_load_x509() to avoid appraisalRoberto Sassu2021-05-211-1/+3
* integrity: Add declarations to init_once void arguments.Jiele Zhao2021-04-091-1/+1
* integrity: double check iint_cache was initializedMimi Zohar2021-03-221-0/+8
* integrity/ima: switch to using __kernel_readChristoph Hellwig2020-07-081-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
* get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+1
* security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+1
* LSM: Record LSM name in struct lsm_infoKees Cook2018-10-101-0/+1
* LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-1/+3
* LSM: Convert from initcall to struct lsm_infoKees Cook2018-10-101-0/+1
* integrity: silence warning when CONFIG_SECURITYFS is not enabledSudeep Holla2018-07-181-3/+6
* integrity: Add an integrity directory in securityfsMatthew Garrett2018-05-171-0/+18
* IMA: Support using new creds in appraisal policyMatthew Garrett2018-03-231-0/+2
* ima: re-initialize iint->atomic_flagsMimi Zohar2018-02-021-0/+1
* integrity: remove unneeded initializations in integrity_iint_cache entriesJeff Layton2017-12-181-4/+0
* ima: re-introduce own integrity cache lockDmitry Kasatkin2017-12-111-0/+2
* integrity: use kernel_read_file_from_path() to read x509 certsChristoph Hellwig2017-11-081-49/+0
* integrity: Small code improvementsThiago Jung Bauermann2017-06-211-1/+1
* integrity: add measured_pcrs field to integrity cacheEric Richter2016-06-301-0/+2
* ima: remove firmware and module specific cached status infoMimi Zohar2016-02-211-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-01-171-0/+1
|\
| * evm: load an x509 certificate from the kernelDmitry Kasatkin2015-12-151-0/+1
* | fix the leak in integrity_read_file()Al Viro2016-01-041-5/+6
|/
* integrity: add validity checks for 'path' parameterDmitry Kasatkin2015-05-211-0/+3
* VFS: refactor vfs_read()Dmitry Kasatkin2014-11-171-7/+3
* integrity: provide a hook to load keys when rootfs is readyDmitry Kasatkin2014-11-171-0/+11
* integrity: define a new function integrity_read_file()Dmitry Kasatkin2014-11-171-0/+78
* ima: check ima_policy_flag in the ima_file_free() hookDmitry Kasatkin2014-10-071-3/+0
* integrity: fix checkpatch errorsDmitry Kasatkin2014-03-071-1/+1
* ima: use dynamically allocated hash storageDmitry Kasatkin2013-10-251-0/+2
* ima: per hook cache integrity appraisal statusMimi Zohar2013-01-221-2/+8
* ima: replace iint spinblock with rwlock/read_lockDmitry Kasatkin2012-09-071-9/+7
* ima: allocating iint improvementsDmitry Kasatkin2012-09-071-26/+19
* ima: integrity appraisal extensionMimi Zohar2012-09-071-1/+2
* evm: clean verification statusDmitry Kasatkin2011-09-141-0/+1
* evm: replace hmac_status with evm_statusDmitry Kasatkin2011-07-181-1/+1
* evm: re-releaseMimi Zohar2011-07-181-0/+1
* integrity: move ima inode integrity data managementMimi Zohar2011-07-181-0/+170