summaryrefslogtreecommitdiffstats
path: root/security/integrity
AgeCommit message (Expand)AuthorLines
2022-05-24Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-52/+395
2022-05-23certs: Factor out the blacklist hash creationMickaël Salaün-24/+2
2022-05-16integrity: Fix sparse warnings in keyring_handlerStefan Berger-3/+3
2022-05-16evm: Clean up some variablesStefan Berger-4/+1
2022-05-16evm: Return INTEGRITY_PASS for enum integrity_status value '0'Stefan Berger-1/+1
2022-05-15efi: Do not import certificates from UEFI Secure Boot for T2 MacsAditya Garg-0/+41
2022-05-05ima: support fs-verity file digest based version 3 signaturesMimi Zohar-16/+177
2022-05-05ima: permit fsverity's file digests in the IMA measurement listMimi Zohar-8/+90
2022-05-05ima: define a new template field named 'd-ngv2' and templatesMimi Zohar-11/+73
2022-05-01ima: use IMA default hash algorithm for integrity violationsMimi Zohar-1/+1
2022-05-01ima: fix 'd-ng' comments and documentationMimi Zohar-3/+5
2022-04-07ima: remove the IMA_TEMPLATE Kconfig optionGUO Zihua-8/+6
2022-04-04ima: remove redundant initialization of pointer 'file'.Colin Ian King-1/+1
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-18/+39
2022-03-21Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-35/+49
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+0
2022-03-10ima: Always return a file measurement in ima_file_hash()Roberto Sassu-13/+33
2022-03-10ima: Fix documentation-related warnings in ima_main.cRoberto Sassu-5/+6
2022-03-08integrity: Only use machine keyring when uefi_check_trust_mok_keys is trueEric Snowberg-2/+23
2022-03-08integrity: Trust MOK keys if MokListTrustedRT foundEric Snowberg-0/+19
2022-03-08KEYS: store reference to machine keyringEric Snowberg-0/+2
2022-03-08integrity: add new keyring handler for mok keysEric Snowberg-3/+23
2022-03-08integrity: Introduce a Linux keyring called machineEric Snowberg-3/+78
2022-03-08integrity: Fix warning about missing prototypesEric Snowberg-0/+1
2022-02-22EVM: fix the evm= __setup handler return valueRandy Dunlap-1/+1
2022-02-15ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar-18/+17
2022-02-15ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar-4/+4
2022-02-15ima: Return error code obtained from securityfs functionsStefan Berger-8/+23
2022-02-15ima: Fix trivial typos in the commentsAustin Kim-4/+4
2022-02-02ima: Do not print policy rule with inactive LSM labelsStefan Berger-0/+8
2022-02-02ima: Allow template selection with ima_template[_fmt]= after ima_hash=Roberto Sassu-3/+7
2022-02-02ima: Remove ima_policy file before directoryStefan Berger-1/+1
2022-02-02integrity: check the return value of audit_log_start()Xiaoke Wang-0/+2
2022-02-02block: remove genhd.hChristoph Hellwig-1/+0
2022-01-24ima: fix reference leak in asymmetric_verify()Eric Biggers-6/+9
2022-01-11Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+8
2022-01-05ima: silence measurement list hexdump during kexecBruno Meneguele-3/+3
2021-12-24integrity: Do not load MOK and MOKx when secure boot be disabledLee, Chun-Yi-0/+5
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore-8/+8
2021-10-28evm: mark evm_fixmode as __ro_after_initAustin Kim-1/+1
2021-10-09ima: Use strscpy instead of strlcpyPetr Vorel-2/+2
2021-10-09ima_policy: Remove duplicate 'the' in docs commentPetr Vorel-2/+1
2021-10-09ima: add gid supportCurtis Veit-27/+174
2021-10-09ima: fix uid code style problemsAlex Henrie-4/+6
2021-10-09ima: fix deadlock when traversing "ima_default_rules".liqiong-9/+18
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-65/+316
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2021-08-27efi: Don't use knowledge about efi_guid_t internalsAndy Shevchenko-1/+1
2021-08-23IMA: reject unknown hash algorithms in ima_get_hash_algoTHOBY Simon-1/+2
2021-08-16IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithmsTHOBY Simon-0/+6