summaryrefslogtreecommitdiff
path: root/security/integrity/ima
AgeCommit message (Expand)Author
2021-06-11IMA: support for duplicate measurement recordsTushar Sugandhi
2021-06-11ima: Fix warning: no previous prototype for function 'ima_add_kexec_buffer'Lakshmi Ramasubramanian
2021-06-10ima: differentiate between EVM failures in the audit logMimi Zohar
2021-06-08ima: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-08ima: Pass NULL instead of 0 to ima_get_action() in ima_file_mprotect()Roberto Sassu
2021-06-08ima: Include header defining ima_post_key_create_or_update()Roberto Sassu
2021-06-08ima/evm: Fix type mismatchRoberto Sassu
2021-06-08ima: Set correct casting typesRoberto Sassu
2021-06-03ima: Define new template evm-sigRoberto Sassu
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu
2021-06-01ima: Define new template field imodeRoberto Sassu
2021-06-01ima: Define new template fields iuid and igidRoberto Sassu
2021-06-01ima: Add ima_show_template_uint() template library functionRoberto Sassu
2021-06-01ima: Don't remove security.ima if file must not be appraisedRoberto Sassu
2021-06-01ima: Introduce template field evmsig and write to field sig as fallbackRoberto Sassu
2021-06-01ima: Allow imasig requirement to be satisfied by EVM portable signaturesRoberto Sassu
2021-05-21evm: Allow xattr/attr operations for portable signaturesRoberto Sassu
2021-05-21evm: Introduce evm_revalidate_status()Roberto Sassu
2021-05-21evm: Load EVM key in ima_load_x509() to avoid appraisalRoberto Sassu
2021-05-01Merge tag 'integrity-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-20ima: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-04-09ima: Fix function name error in comment.Jiele Zhao
2021-03-24ima: Fix the error code for restoring the PCR valueLi Huafei
2021-03-22lsm: separate security_task_getsecid() into subjective and objective variantsPaul Moore
2021-03-22ima: without an IMA policy loaded, return quicklyMimi Zohar
2021-03-08powerpc: Move arch independent ima kexec functions to drivers/of/kexec.cLakshmi Ramasubramanian
2021-03-08powerpc: Move ima buffer fields to struct kimageLakshmi Ramasubramanian
2021-02-23Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-10Merge branch 'ima-kexec-fixes' into next-integrityMimi Zohar
2021-02-10ima: Free IMA measurement buffer after kexec syscallLakshmi Ramasubramanian
2021-02-10ima: Free IMA measurement buffer on errorLakshmi Ramasubramanian
2021-01-26IMA: Measure kernel version in early bootRaphael Gianotti
2021-01-24ima: handle idmapped mountsChristian Brauner
2021-01-24xattr: handle idmapped mountsTycho Andersen
2021-01-21certs: Fix blacklist flag type confusionDavid Howells
2021-01-14IMA: define a builtin critical data measurement policyLakshmi Ramasubramanian
2021-01-14IMA: extend critical data hook to limit the measurement based on a labelTushar Sugandhi
2021-01-14IMA: limit critical data measurement based on a labelTushar Sugandhi
2021-01-14IMA: add policy rule to measure critical dataTushar Sugandhi
2021-01-14IMA: define a hook to measure kernel integrity critical dataTushar Sugandhi
2021-01-14IMA: add support to measure buffer data hashTushar Sugandhi
2021-01-14IMA: generalize keyring specific measurement constructsTushar Sugandhi
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-16Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-11-29ima: Don't modify file descriptor mode on the flyRoberto Sassu
2020-11-26ima: Implement ima_inode_hashKP Singh
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian
2020-11-06ima: generalize x86/EFI arch glue for other EFI architecturesChester Lin