summaryrefslogtreecommitdiff
path: root/security/integrity
AgeCommit message (Expand)Author
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-02integrity: check the return value of audit_log_start()Xiaoke Wang
2022-01-24ima: fix reference leak in asymmetric_verify()Eric Biggers
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-12-24integrity: Do not load MOK and MOKx when secure boot be disabledLee, Chun-Yi
2021-11-22lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore
2021-10-28evm: mark evm_fixmode as __ro_after_initAustin Kim
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
2021-09-02Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-08-31Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-08-27efi: Don't use knowledge about efi_guid_t internalsAndy Shevchenko
2021-08-23IMA: reject unknown hash algorithms in ima_get_hash_algoTHOBY Simon
2021-08-16IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithmsTHOBY Simon
2021-08-16IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon
2021-08-16IMA: add a policy option to restrict xattr hash algorithms on appraisalTHOBY Simon
2021-08-16IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon
2021-08-16IMA: block writes of the security.ima xattr with unsupported algorithmsTHOBY Simon
2021-08-16IMA: remove the dependency on CRYPTO_MD5THOBY Simon
2021-08-10dm ima: measure data on table loadTushar Sugandhi
2021-07-23ima: Add digest and digest_len params to the functions to measure a bufferRoberto Sassu
2021-07-23ima: Return int in the functions to measure a bufferRoberto Sassu
2021-07-23ima: Introduce ima_get_current_hash_algo()Roberto Sassu
2021-07-23IMA: remove -Wmissing-prototypes warningAustin Kim
2021-06-21evm: Check xattr size discrepancy between kernel and userRoberto Sassu
2021-06-20evm: output EVM digest calculation infoMimi Zohar
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-03evm: Don't return an error in evm_write_xattrs() if audit is not enabledRoberto Sassu
2021-06-03ima: Define new template evm-sigRoberto Sassu
2021-06-02ima: Define new template fields xattrnames, xattrlengths and xattrvaluesRoberto Sassu
2021-06-01evm: Verify portable signatures against all protected xattrsRoberto 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