aboutsummaryrefslogtreecommitdiff
path: root/security/integrity/ima
AgeCommit message (Expand)Author
2023-11-28ima: detect changes to the backing overlay fileMimi Zohar
2023-10-10ima: rework CONFIG_IMA dependency blockArnd Bergmann
2023-10-10ima: Finish deprecation of IMA_TRUSTED_KEYRING KconfigOleksandr Tymoshenko
2023-09-13ima: Remove deprecated IMA_TRUSTED_KEYRING KconfigNayna Jain
2023-07-19ima: Fix build warningsRoberto Sassu
2023-05-11IMA: allow/fix UML buildsRandy Dunlap
2023-03-10ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu
2023-03-10ima: fix error handling logic when file measurement failedMatt Bobrowski
2023-01-07ima: Fix memory leak in __ima_inode_hash()Roberto Sassu
2023-01-07ima: Fix a potential NULL pointer access in ima_restore_measurement_listHuaxin Lu
2023-01-07ima: Fix hash dependency to correct algorithmTianjia Zhang
2022-12-31ima: Simplify ima_lsm_copy_ruleGUO Zihua
2022-12-31ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng
2022-12-31ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua
2022-08-23ima: fix blocking of security.ima xattrs of unsupported algorithmsMimi Zohar
2022-08-01Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-07-20lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg
2022-07-13ima: Fix potential memory leak in ima_init_crypto()Jianglei Nie
2022-07-13ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu
2022-07-07ima: Fix a potential integer overflow in ima_appraise_measurementHuaxin Lu
2022-07-06ima: fix violation measurement list recordMimi Zohar
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell
2022-05-05ima: support fs-verity file digest based version 3 signaturesMimi Zohar
2022-05-05ima: permit fsverity's file digests in the IMA measurement listMimi Zohar
2022-05-05ima: define a new template field named 'd-ngv2' and templatesMimi Zohar
2022-05-01ima: use IMA default hash algorithm for integrity violationsMimi Zohar
2022-05-01ima: fix 'd-ng' comments and documentationMimi Zohar
2022-04-07ima: remove the IMA_TEMPLATE Kconfig optionGUO Zihua
2022-04-04ima: remove redundant initialization of pointer 'file'.Colin Ian King
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-03-21Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-10ima: Always return a file measurement in ima_file_hash()Roberto Sassu
2022-03-10ima: Fix documentation-related warnings in ima_main.cRoberto Sassu
2022-02-15ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar
2022-02-15ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar
2022-02-15ima: Return error code obtained from securityfs functionsStefan Berger
2022-02-15ima: Fix trivial typos in the commentsAustin Kim
2022-02-02ima: Do not print policy rule with inactive LSM labelsStefan Berger
2022-02-02ima: Allow template selection with ima_template[_fmt]= after ima_hash=Roberto Sassu
2022-02-02ima: Remove ima_policy file before directoryStefan Berger
2022-02-02block: remove genhd.hChristoph Hellwig
2022-01-11Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-01-05ima: silence measurement list hexdump during kexecBruno Meneguele
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-10-09ima: Use strscpy instead of strlcpyPetr Vorel
2021-10-09ima_policy: Remove duplicate 'the' in docs commentPetr Vorel
2021-10-09ima: add gid supportCurtis Veit
2021-10-09ima: fix uid code style problemsAlex Henrie
2021-10-09ima: fix deadlock when traversing "ima_default_rules".liqiong