summaryrefslogtreecommitdiffstats
path: root/security/integrity/ima
Commit message (Expand)AuthorAgeFilesLines
* ima: add crypto agility support for template-hash algorithmEnrico Bravi2024-04-124-18/+132
* ima: re-evaluate file integrity on file metadata changeStefan Berger2024-04-091-1/+13
* ima: Move file-change detection variables into new structureStefan Berger2024-04-094-13/+10
* ima: Rename backing_inode to real_inodeStefan Berger2024-04-091-8/+10
* integrity: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva2024-04-085-11/+21
* ima: define an init_module critical data recordMimi Zohar2024-04-081-0/+7
* ima: Fix use-after-free on a dentry's dname.nameStefan Berger2024-04-082-7/+26
* ima: Make it independent from 'integrity' LSMRoberto Sassu2024-02-158-63/+308
* evm: Make it independent from 'integrity' LSMRoberto Sassu2024-02-151-1/+1
* ima: Move IMA-Appraisal to LSM infrastructureRoberto Sassu2024-02-153-9/+35
* ima: Move to LSM infrastructureRoberto Sassu2024-02-153-21/+64
* integrity: Move integrity_kernel_module_request() to IMARoberto Sassu2024-02-151-0/+33
* ima: Align ima_post_read_file() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+1
* ima: Align ima_inode_removexattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+2
* ima: Align ima_inode_setxattr() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+3
* ima: Align ima_file_mprotect() definition with LSM infrastructureRoberto Sassu2024-02-151-2/+4
* ima: Align ima_inode_post_setattr() definition with LSM infrastructureRoberto Sassu2024-02-151-1/+2
* Merge tag 'integrity-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2024-01-091-5/+5
|\
| * ima: Remove EXPERIMENTAL from KconfigEric Snowberg2023-11-271-1/+1
| * ima: Reword IMA_KEYRINGS_PERMIT_SIGNED_BY_BUILTIN_OR_SECONDARYEric Snowberg2023-11-271-5/+5
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-2/+2
|\ \
| * | kexec_file: print out debugging message if requiredBaoquan He2023-12-201-2/+2
| |/
* / mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-081-1/+1
|/
* Merge tag 'integrity-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-11-022-1/+20
|\
| * ima: detect changes to the backing overlay fileMimi Zohar2023-10-312-1/+20
* | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-10-301-3/+3
|\ \ | |/ |/|
| * ima: Add __counted_by for struct modsig and use struct_size()Gustavo A. R. Silva2023-10-201-3/+3
* | ima: rework CONFIG_IMA dependency blockArnd Bergmann2023-09-271-12/+6
* | ima: Finish deprecation of IMA_TRUSTED_KEYRING KconfigOleksandr Tymoshenko2023-09-261-2/+2
|/
* Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-08-305-30/+16
|\
| * kexec_lock: Replace kexec_mutex() by kexec_lock() in two commentsWenyu Liu2023-08-071-1/+1
| * ima: require signed IMA policy when UEFI secure boot is enabledCoiby Xu2023-08-011-0/+3
| * integrity: Always reference the blacklist keyring with appraisalEric Snowberg2023-08-012-17/+12
| * ima: Remove deprecated IMA_TRUSTED_KEYRING KconfigNayna Jain2023-08-011-12/+0
* | Merge tag 'tpmdd-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkk...Linus Torvalds2023-08-291-1/+2
|\ \
| * | integrity: Enforce digitalSignature usage in the ima and evm keyringsEric Snowberg2023-08-171-1/+2
| |/
* / integrity: Annotate struct ima_rule_opt_list with __counted_byKees Cook2023-08-181-2/+2
|/
* Merge tag 'integrity-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-06-274-8/+19
|\
| * ima: Fix build warningsRoberto Sassu2023-06-062-1/+5
| * IMA: use vfs_getattr_nosec to get the i_versionJeff Layton2023-05-232-7/+14
* | fsverity: rework fsverity_get_digest() againEric Biggers2023-06-141-19/+12
|/
* 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
* | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
|/
* Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2023-02-225-12/+42
|\
| * 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
| * 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