summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-2416-52/+395
|\
| * integrity: Fix sparse warnings in keyring_handlerStefan Berger2022-05-161-3/+3
| * evm: Clean up some variablesStefan Berger2022-05-162-4/+1
| * evm: Return INTEGRITY_PASS for enum integrity_status value '0'Stefan Berger2022-05-161-1/+1
| * efi: Do not import certificates from UEFI Secure Boot for T2 MacsAditya Garg2022-05-152-0/+41
| * ima: support fs-verity file digest based version 3 signaturesMimi Zohar2022-05-055-16/+177
| * ima: permit fsverity's file digests in the IMA measurement listMimi Zohar2022-05-055-8/+90
| * ima: define a new template field named 'd-ngv2' and templatesMimi Zohar2022-05-053-11/+73
| * ima: use IMA default hash algorithm for integrity violationsMimi Zohar2022-05-011-1/+1
| * ima: fix 'd-ng' comments and documentationMimi Zohar2022-05-011-3/+5
| * ima: remove the IMA_TEMPLATE Kconfig optionGUO Zihua2022-04-071-8/+6
| * ima: remove redundant initialization of pointer 'file'.Colin Ian King2022-04-041-1/+1
* | certs: Factor out the blacklist hash creationMickaël Salaün2022-05-231-24/+2
|/
* Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-18/+39
|\
| * ima: Always return a file measurement in ima_file_hash()Roberto Sassu2022-03-101-13/+33
| * ima: Fix documentation-related warnings in ima_main.cRoberto Sassu2022-03-101-5/+6
* | Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-03-218-35/+49
|\ \
| * | EVM: fix the evm= __setup handler return valueRandy Dunlap2022-02-221-1/+1
| * | ima: define ima_max_digest_data struct without a flexible array variableMimi Zohar2022-02-155-18/+17
| * | ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar2022-02-153-4/+4
| * | ima: Return error code obtained from securityfs functionsStefan Berger2022-02-151-8/+23
| * | ima: Fix trivial typos in the commentsAustin Kim2022-02-154-4/+4
| |/
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\ \
| * | block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* | | integrity: Only use machine keyring when uefi_check_trust_mok_keys is trueEric Snowberg2022-03-084-2/+23
* | | integrity: Trust MOK keys if MokListTrustedRT foundEric Snowberg2022-03-081-0/+19
* | | KEYS: store reference to machine keyringEric Snowberg2022-03-081-0/+2
* | | integrity: add new keyring handler for mok keysEric Snowberg2022-03-083-3/+23
* | | integrity: Introduce a Linux keyring called machineEric Snowberg2022-03-085-3/+78
* | | integrity: Fix warning about missing prototypesEric Snowberg2022-03-081-0/+1
| |/ |/|
* | ima: Do not print policy rule with inactive LSM labelsStefan Berger2022-02-021-0/+8
* | ima: Allow template selection with ima_template[_fmt]= after ima_hash=Roberto Sassu2022-02-021-3/+7
* | ima: Remove ima_policy file before directoryStefan Berger2022-02-021-1/+1
* | integrity: check the return value of audit_log_start()Xiaoke Wang2022-02-021-0/+2
* | ima: fix reference leak in asymmetric_verify()Eric Biggers2022-01-241-6/+9
|/
* Merge tag 'integrity-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-112-3/+8
|\
| * ima: silence measurement list hexdump during kexecBruno Meneguele2022-01-051-3/+3
| * integrity: Do not load MOK and MOKx when secure boot be disabledLee, Chun-Yi2021-12-241-0/+5
* | lsm: security_task_getsecid_subj() -> security_current_getsecid_subj()Paul Moore2021-11-222-8/+8
|/
* evm: mark evm_fixmode as __ro_after_initAustin Kim2021-10-281-1/+1
* ima: Use strscpy instead of strlcpyPetr Vorel2021-10-092-2/+2
* ima_policy: Remove duplicate 'the' in docs commentPetr Vorel2021-10-091-2/+1
* ima: add gid supportCurtis Veit2021-10-091-27/+174
* ima: fix uid code style problemsAlex Henrie2021-10-091-4/+6
* ima: fix deadlock when traversing "ima_default_rules".liqiong2021-10-091-9/+18
* Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-0210-65/+316
|\
| * IMA: reject unknown hash algorithms in ima_get_hash_algoTHOBY Simon2021-08-231-1/+2
| * IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithmsTHOBY Simon2021-08-161-0/+6
| * IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon2021-08-164-17/+96
| * IMA: add a policy option to restrict xattr hash algorithms on appraisalTHOBY Simon2021-08-161-4/+70