index
:
linux.git
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
ipe
Age
Commit message (
Expand
)
Author
2025-12-03
Merge tag 'ipe-pr-20251202' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-12-03
Merge tag 'integrity-v6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-12-02
ipe: Add AT_EXECVE_CHECK support for script enforcement
Yanzhu Huang
2025-12-02
ipe: Drop a duplicated CONFIG_ prefix in the ifdeffery
Borislav Petkov (AMD)
2025-11-19
ima: Access decompressed kernel module to verify appended signature
Coiby Xu
2025-10-22
ipe: move initcalls to the LSM framework
Paul Moore
2025-10-22
lsm: replace the name field with a pointer to the lsm_id struct
Paul Moore
2025-07-31
Merge tag 'ipe-pr-20250728' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-07-28
ipe: use SHA-256 library API instead of crypto_shash API
Eric Biggers
2025-06-17
ipe: don't bother with removal of files in directory we'll be removing
Al Viro
2025-05-27
ipe: add errno field to IPE policy load auditing
Jasjiv Singh
2025-03-24
ipe: policy_fs: fix kernel-doc warnings
Randy Dunlap
2024-10-18
ipe: fallback to platform keyring also if key in trusted keyring is rejected
Luca Boccassi
2024-10-17
ipe: allow secondary and platform keyrings to install/update policies
Luca Boccassi
2024-10-17
ipe: also reject policy updates with the same version
Luca Boccassi
2024-10-17
ipe: return -ESTALE instead of -EINVAL on update when new policy has a lower ...
Luca Boccassi
2024-09-23
ipe: Add missing terminator to list of unit tests
Guenter Roeck
2024-08-22
ipe: Remove duplicated include in ipe.c
Yang Li
2024-08-20
ipe: kunit test for parser
Deven Bowers
2024-08-20
scripts: add boot policy generation program
Deven Bowers
2024-08-20
ipe: enable support for fs-verity as a trust provider
Fan Wu
2024-08-20
ipe: add support for dm-verity as a trust provider
Deven Bowers
2024-08-20
ipe: add permissive toggle
Deven Bowers
2024-08-20
audit,ipe: add IPE auditing support
Deven Bowers
2024-08-20
ipe: add userspace interface
Deven Bowers
2024-08-20
ipe: introduce 'boot_verified' as a trust provider
Fan Wu
2024-08-20
ipe: add LSM hooks on execution and kernel read
Deven Bowers
2024-08-20
ipe: add evaluation loop
Deven Bowers
2024-08-20
ipe: add policy parser
Deven Bowers
2024-08-19
lsm: add IPE lsm
Deven Bowers