summaryrefslogtreecommitdiffstats
path: root/security/integrity
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-04-291-1/+1
|\
| * IMA: allow/fix UML buildsRandy Dunlap2023-03-151-1/+1
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
| |/
* | Merge tag 'tpmdd-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2023-04-242-3/+28
|\ \
| * | integrity: machine keyring CA configurationEric Snowberg2023-04-242-3/+28
| |/
* | Revert "integrity: double check iint_cache was initialized"Roberto Sassu2023-03-101-8/+0
* | security: Introduce LSM_ORDER_LAST and set it for the integrity LSMRoberto Sassu2023-03-101-0/+1
|/
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-251-15/+32
|\
| * integrity/powerpc: Support loading keys from PLPKSRussell Currey2023-02-131-7/+10
| * integrity/powerpc: Improve error handling & reporting when loading certsRussell Currey2023-02-131-6/+20
| * powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman2023-02-121-2/+2
* | Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-02-226-29/+58
|\ \
| * | ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu2023-01-315-6/+32
| * | ima: Align ima_file_mmap() parameters with mmap_file LSM hookRoberto Sassu2023-01-311-2/+5
| * | evm: call dump_security_xattr() in all cases to remove code duplicationXiu Jianfeng2023-01-311-17/+16
| * | ima: fix ima_delete_rules() kernel-doc warningRandy Dunlap2023-01-181-1/+2
| * | ima: return IMA digest value only when IMA_COLLECTED flag is setMatt Bobrowski2023-01-181-1/+1
| * | ima: fix error handling logic when file measurement failedMatt Bobrowski2023-01-182-2/+2
| |/
* | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-3/+2
* | fs: port i_{g,u}id_{needs_}update() to mnt_idmapChristian Brauner2023-01-191-3/+2
* | fs: port acl to mnt_idmapChristian Brauner2023-01-192-7/+7
* | fs: port xattr to mnt_idmapChristian Brauner2023-01-199-47/+48
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-194-7/+7
* | fs: port ->setattr() to pass mnt_idmapChristian Brauner2023-01-192-4/+5
|/
* 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
|\ \