summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_api.c
AgeCommit message (Expand)AuthorLines
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler-3/+3
2024-04-09ima: Move file-change detection variables into new structureStefan Berger-5/+5
2024-04-08integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-2/+4
2024-04-08ima: Fix use-after-free on a dentry's dname.nameStefan Berger-4/+12
2024-02-15ima: Make it independent from 'integrity' LSMRoberto Sassu-11/+12
2023-10-31ima: detect changes to the backing overlay fileMimi Zohar-0/+5
2023-06-27Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-3/+6
2023-06-14fsverity: rework fsverity_get_digest() againEric Biggers-19/+12
2023-05-23IMA: use vfs_getattr_nosec to get the i_versionJeff Layton-3/+6
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds-2/+3
2023-01-31ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu-1/+2
2023-01-19fs: port xattr to mnt_idmapChristian Brauner-3/+3
2023-01-18ima: fix error handling logic when file measurement failedMatt Bobrowski-1/+1
2022-05-05ima: permit fsverity's file digests in the IMA measurement listMimi Zohar-3/+44
2022-02-15ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar-6/+4
2022-02-15ima: Fix trivial typos in the commentsAustin Kim-1/+1
2021-10-09ima: Use strscpy instead of strlcpyPetr Vorel-1/+1
2021-08-16IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon-2/+4
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+6
2021-01-24ima: handle idmapped mountsChristian Brauner-4/+6
2021-01-14IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi-1/+1
2021-01-14IMA: generalize keyring specific measurement constructsTushar Sugandhi-3/+3
2020-07-20ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks-1/+1
2020-06-05ima: Directly free *entry in ima_alloc_init_template() if digests is NULLRoberto Sassu-2/+3
2020-04-19ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu-0/+10
2020-04-19ima: Store template digest directly in ima_template_entryRoberto Sassu-11/+1
2019-12-12IMA: Add support to limit measuring keysLakshmi Ramasubramanian-3/+5
2019-08-29ima: ima_api: Use struct_size() in kzalloc()Gustavo A. R. Silva-2/+2
2019-08-05ima: Store the measurement again when appraising a modsigThiago Jung Bauermann-4/+15
2019-08-05ima: Define ima-modsig templateThiago Jung Bauermann-2/+3
2019-08-05ima: Collect modsigThiago Jung Bauermann-1/+4
2019-07-08Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+27
2019-06-24IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava-0/+1
2019-06-19IMA: support for per policy rule template formatsMatthew Garrett-7/+17
2019-06-14ima: Use designated initializers for struct ima_event_dataThiago Jung Bauermann-4/+9
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-5/+1
2018-12-27Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+0
2018-12-12security: audit and remove any unnecessary uses of module.hPaul Gortmaker-1/+0
2018-11-26audit: use current whenever possiblePaul Moore-1/+1
2018-10-10security/integrity: constify some read-only dataEric Biggers-1/+2
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs-1/+1
2018-03-25ima: drop vla in ima_audit_measurement()Tycho Andersen-6/+10
2018-03-23IMA: Support using new creds in appraisal policyMatthew Garrett-3/+6
2018-01-31Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2018-01-29IMA: switch IMA over to new i_version APIJeff Layton-1/+2
2017-12-18ima: support new "hash" and "dont_hash" policy actionsMimi Zohar-1/+1
2017-11-08ima: always measure and audit files in policyMimi Zohar-25/+42
2017-01-27ima: allow to check MAY_APPENDLans Zhang-1/+2
2017-01-27ima: fix ima_d_path() possible race with renameMimi Zohar-2/+18
2016-06-30ima: change integrity cache to store measured pcrEric Richter-2/+4