summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-12-211-0/+24
|\
| * mnt_idmapping: move ima-only helpers to imaChristian Brauner2022-12-131-0/+24
* | Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-12-136-22/+54
|\ \
| * | ima: Fix hash dependency to correct algorithmTianjia Zhang2022-11-281-1/+1
| * | ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng2022-11-161-2/+2
| * | integrity: Fix memory leakage in keyring allocation error pathGUO Zihua2022-11-161-1/+5
| * | ima: Fix memory leak in __ima_inode_hash()Roberto Sassu2022-11-031-1/+6
| * | ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua2022-11-021-9/+32
| * | ima: Simplify ima_lsm_copy_ruleGUO Zihua2022-11-021-7/+3
| * | ima: Fix a potential NULL pointer access in ima_restore_measurement_listHuaxin Lu2022-11-021-1/+4
| * | efi: Add iMac Pro 2017 to uefi skip cert quirkAditya Garg2022-11-011-0/+1
* | | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-136-17/+23
|\ \ \ | |_|/ |/| |
| * | lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-186-17/+23
| |/
* | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-16/+18
|\ \
| * | ima: use type safe idmapping helpersChristian Brauner2022-10-261-16/+18
| |/
* | evm: remove dead code in evm_inode_set_acl()Christian Brauner2022-10-281-3/+2
* | evm: remove evm_xattr_acl_change()Christian Brauner2022-10-201-64/+0
* | integrity: implement get and set acl hookChristian Brauner2022-10-202-1/+91
|/
* Merge tag 'fs.acl.rework.prep.v6.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-031-3/+14
|\
| * acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner2022-08-311-3/+14
* | efi: Correct Macmini DMI match in uefi cert quirkOrlando Chamberlain2022-09-301-1/+1
* | ima: fix blocking of security.ima xattrs of unsupported algorithmsMimi Zohar2022-08-231-4/+8
|/
* Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-08-021-29/+23
|\
| * evm: Use IS_ENABLED to initialize .enabledXiu Jianfeng2022-07-131-29/+23
* | Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-08-011-1/+1
|\ \
| * | x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell2022-07-011-1/+1
* | | Merge tag 'fs.idmapped.vfsuid.v5.20' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-011-5/+7
|\ \ \
| * | | attr: port attribute changes to new typesChristian Brauner2022-06-261-2/+2
| * | | security: pass down mount idmapping to setattr hookChristian Brauner2022-06-261-3/+5
| * | | fs: port to iattr ownership update helpersChristian Brauner2022-06-261-2/+2
| |/ /
* | / lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg2022-07-201-0/+4
| |/ |/|
* | ima: Fix potential memory leak in ima_init_crypto()Jianglei Nie2022-07-131-0/+1
* | ima: force signature verification when CONFIG_KEXEC_SIG is configuredCoiby Xu2022-07-131-0/+2
* | ima: Fix a potential integer overflow in ima_appraise_measurementHuaxin Lu2022-07-071-1/+2
* | ima: fix violation measurement list recordMimi Zohar2022-07-061-3/+3
* | Revert "evm: Fix memleak in init_desc"Xiu Jianfeng2022-06-151-5/+2
|/
* 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
|\