summaryrefslogtreecommitdiff
path: root/security/integrity/ima/ima_policy.c
AgeCommit message (Expand)Author
2024-02-15ima: Make it independent from 'integrity' LSMRoberto Sassu
2023-08-30Merge tag 'integrity-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-08-18integrity: Annotate struct ima_rule_opt_list with __counted_byKees Cook
2023-08-01integrity: Always reference the blacklist keyring with appraisalEric Snowberg
2023-06-06ima: Fix build warningsRoberto Sassu
2023-02-22Merge tag 'integrity-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2023-01-31ima: Introduce MMAP_CHECK_REQPROT hookRoberto Sassu
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2023-01-19fs: port xattr to mnt_idmapChristian Brauner
2023-01-18ima: fix ima_delete_rules() kernel-doc warningRandy Dunlap
2022-12-21Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-13Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds
2022-12-13mnt_idmapping: move ima-only helpers to imaChristian Brauner
2022-11-02ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua
2022-11-02ima: Simplify ima_lsm_copy_ruleGUO Zihua
2022-10-26ima: use type safe idmapping helpersChristian Brauner
2022-07-20lockdown: Fix kexec lockdown bypass with ima policyEric Snowberg
2022-05-05ima: support fs-verity file digest based version 3 signaturesMimi Zohar
2022-05-05ima: permit fsverity's file digests in the IMA measurement listMimi Zohar
2022-03-21Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-02-15ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGSMimi Zohar
2022-02-15ima: Fix trivial typos in the commentsAustin Kim
2022-02-02ima: Do not print policy rule with inactive LSM labelsStefan Berger
2022-02-02block: remove genhd.hChristoph Hellwig
2021-10-09ima: Use strscpy instead of strlcpyPetr Vorel
2021-10-09ima_policy: Remove duplicate 'the' in docs commentPetr Vorel
2021-10-09ima: add gid supportCurtis Veit
2021-10-09ima: fix uid code style problemsAlex Henrie
2021-10-09ima: fix deadlock when traversing "ima_default_rules".liqiong
2021-08-16IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithmsTHOBY Simon
2021-08-16IMA: introduce a new policy option func=SETXATTR_CHECKTHOBY Simon
2021-08-16IMA: add a policy option to restrict xattr hash algorithms on appraisalTHOBY Simon
2021-08-16IMA: add support to restrict the hash algorithms used for file appraisalTHOBY Simon
2021-04-20ima: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-24ima: handle idmapped mountsChristian Brauner
2021-01-14IMA: define a builtin critical data measurement policyLakshmi Ramasubramanian
2021-01-14IMA: limit critical data measurement based on a labelTushar Sugandhi
2021-01-14IMA: add policy rule to measure critical dataTushar Sugandhi
2021-01-14IMA: generalize keyring specific measurement constructsTushar Sugandhi
2020-11-20ima: select ima-buf template for buffer measurementLakshmi Ramasubramanian
2020-10-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-09-15ima: Use kmemdup rather than kmalloc+memcpyAlex Dewar
2020-09-08integrity: invalid kernel parameters feedbackBruno Meneguele
2020-08-31ima: Fail rule parsing when asymmetric key measurement isn't supportableTyler Hicks
2020-08-31ima: Pre-parse the list of keyrings in a KEY_CHECK ruleTyler Hicks
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-20ima: Rename internal filter rule functionsTyler Hicks