summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima
AgeCommit message (Expand)AuthorLines
2021-06-08ima: Include header defining ima_post_key_create_or_update()Roberto Sassu-0/+1
2021-06-08ima/evm: Fix type mismatchRoberto Sassu-10/+11
2021-06-08ima: Set correct casting typesRoberto Sassu-9/+10
2021-06-03ima: Define new template evm-sigRoberto Sassu-1/+4
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu-0/+79
2021-06-01ima: Define new template field imodeRoberto Sassu-0/+26
2021-06-01ima: Define new template fields iuid and igidRoberto Sassu-0/+53
2021-06-01ima: Add ima_show_template_uint() template library functionRoberto Sassu-1/+39
2021-06-01ima: Don't remove security.ima if file must not be appraisedRoberto Sassu-2/+0
2021-06-01ima: Introduce template field evmsig and write to field sig as fallbackRoberto Sassu-1/+36
2021-06-01ima: Allow imasig requirement to be satisfied by EVM portable signaturesRoberto Sassu-7/+17
2021-05-21evm: Allow xattr/attr operations for portable signaturesRoberto Sassu-0/+2
2021-05-21evm: Introduce evm_revalidate_status()Roberto Sassu-5/+10
2021-05-21evm: Load EVM key in ima_load_x509() to avoid appraisalRoberto Sassu-0/+4
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+12
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-10/+3
2021-04-20ima: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+3
2021-04-09ima: Fix function name error in comment.Jiele Zhao-1/+1
2021-03-24ima: Fix the error code for restoring the PCR valueLi Huafei-2/+2
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore-8/+8
2021-03-22ima: without an IMA policy loaded, return quicklyMimi Zohar-0/+6
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian-4/+1
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian-6/+2
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-46/+73
2021-02-10Merge branch 'ima-kexec-fixes' into next-integrityMimi Zohar-0/+3
2021-02-10ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian-0/+2
2021-02-10ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian-0/+1
2021-01-26IMA: Measure kernel version in early bootRaphael Gianotti-0/+5
2021-01-24ima: handle idmapped mountsChristian Brauner-40/+68
2021-01-24xattr: handle idmapped mountsTycho Andersen-4/+4
2021-01-21certs: Fix blacklist flag type confusionDavid Howells-3/+2
2021-01-14IMA: define a builtin critical data measurement policyLakshmi Ramasubramanian-0/+12
2021-01-14IMA: extend critical data hook to limit the measurement based on a labelTushar Sugandhi-3/+5
2021-01-14IMA: limit critical data measurement based on a labelTushar Sugandhi-3/+34
2021-01-14IMA: add policy rule to measure critical dataTushar Sugandhi-4/+25
2021-01-14IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi-1/+26
2021-01-14IMA: add support to measure buffer data hashTushar Sugandhi-9/+30
2021-01-14IMA: generalize keyring specific measurement constructsTushar Sugandhi-26/+35
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+77
2020-12-16Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-37/+54
2020-11-29ima: Don't modify file descriptor mode on the flyRoberto Sassu-15/+5
2020-11-26ima: Implement ima_inode_hashKP Singh-24/+54
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian-16/+37
2020-11-06ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin-0/+77
2020-11-02ima: defer arch_ima_get_secureboot() call to IMA init timeArd Biesheuvel-6/+12
2020-10-29ima: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-10-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-64/+143
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsKees Cook-1/+2
2020-10-05IMA: Add support for file reads without contentsScott Branden-6/+16