summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima/ima_api.c
Commit message (Expand)AuthorAgeFilesLines
* ima: Move file-change detection variables into new structureStefan Berger2024-04-091-5/+5
* integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-081-2/+4
* ima: Fix use-after-free on a dentry's dname.nameStefan Berger2024-04-081-4/+12
* ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-151-11/+12
* ima: detect changes to the backing overlay fileMimi Zohar2023-10-311-0/+5
* Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-06-271-3/+6
|\
| * IMA: use vfs_getattr_nosec to get the i_versionJeff Layton2023-05-231-3/+6
* | fsverity: rework fsverity_get_digest() againEric Biggers2023-06-141-19/+12
|/
* Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-02-221-2/+3
|\
| * ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu2023-01-311-1/+2
| * ima: fix error handling logic when file measurement failedMatt Bobrowski2023-01-181-1/+1
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-191-3/+3
|/
* ima: permit fsverity's file digests in the IMA measurement listMimi Zohar2022-05-051-3/+44
* ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar2022-02-151-6/+4
* ima: Fix trivial typos in the commentsAustin Kim2022-02-151-1/+1
* ima: Use strscpy instead of strlcpyPetr Vorel2021-10-091-1/+1
* IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon2021-08-161-2/+4
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-4/+6
|\
| * ima: handle idmapped mountsChristian Brauner2021-01-241-4/+6
* | IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi2021-01-141-1/+1
* | IMA: generalize keyring specific measurement constructsTushar Sugandhi2021-01-141-3/+3
|/
* ima: Support additional conditionals in the KEXEC_CMDLINE hook functionTyler Hicks2020-07-201-1/+1
* ima: Directly free *entry in ima_alloc_init_template() if digests is NULLRoberto Sassu2020-06-051-2/+3
* ima: Switch to dynamically allocated buffer for template digestsRoberto Sassu2020-04-191-0/+10
* ima: Store template digest directly in ima_template_entryRoberto Sassu2020-04-191-11/+1
* IMA: Add support to limit measuring keysLakshmi Ramasubramanian2019-12-121-3/+5
* ima: ima_api: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-08-291-2/+2
* ima: Store the measurement again when appraising a modsigThiago Jung Bauermann2019-08-051-4/+15
* ima: Define ima-modsig templateThiago Jung Bauermann2019-08-051-2/+3
* ima: Collect modsigThiago Jung Bauermann2019-08-051-1/+4
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-081-11/+27
|\
| * IMA: Define a new hook to measure the kexec boot command line argumentsPrakhar Srivastava2019-06-241-0/+1
| * IMA: support for per policy rule template formatsMatthew Garrett2019-06-191-7/+17
| * ima: Use designated initializers for struct ima_event_dataThiago Jung Bauermann2019-06-141-4/+9
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-051-5/+1
|/
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-271-1/+0
|\
| * security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-121-1/+0
* | audit: use current whenever possiblePaul Moore2018-11-261-1/+1
|/
* security/integrity: constify some read-only dataEric Biggers2018-10-101-1/+2
* audit: use inline function to get audit contextRichard Guy Briggs2018-05-141-1/+1
* ima: drop vla in ima_audit_measurement()Tycho Andersen2018-03-251-6/+10
* IMA: Support using new creds in appraisal policyMatthew Garrett2018-03-231-3/+6
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-01-311-1/+1
|\
| * ima: support new "hash" and "dont_hash" policy actionsMimi Zohar2017-12-181-1/+1
* | IMA: switch IMA over to new i_version APIJeff Layton2018-01-291-1/+2
|/
* ima: always measure and audit files in policyMimi Zohar2017-11-081-25/+42
* ima: allow to check MAY_APPENDLans Zhang2017-01-271-1/+2
* ima: fix ima_d_path() possible race with renameMimi Zohar2017-01-271-2/+18
* ima: change integrity cache to store measured pcrEric Richter2016-06-301-2/+4
* ima: include pcr for each measurement log entryEric Richter2016-06-301-4/+6