开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima_policy.c
Age
Commit message (
Expand
)
Author
2022-12-21
Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-12-13
Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...
Linus Torvalds
2022-12-13
mnt_idmapping: move ima-only helpers to ima
Christian Brauner
2022-11-02
ima: Handle -ESTALE returned by ima_filter_rule_match()
GUO Zihua
2022-11-02
ima: Simplify ima_lsm_copy_rule
GUO Zihua
2022-10-26
ima: use type safe idmapping helpers
Christian Brauner
2022-07-20
lockdown: Fix kexec lockdown bypass with ima policy
Eric Snowberg
2022-05-05
ima: support fs-verity file digest based version 3 signatures
Mimi Zohar
2022-05-05
ima: permit fsverity's file digests in the IMA measurement list
Mimi Zohar
2022-03-21
Merge tag 'integrity-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-02-15
ima: rename IMA_ACTION_FLAGS to IMA_NONACTION_FLAGS
Mimi Zohar
2022-02-15
ima: Fix trivial typos in the comments
Austin Kim
2022-02-02
ima: Do not print policy rule with inactive LSM labels
Stefan Berger
2022-02-02
block: remove genhd.h
Christoph Hellwig
2021-10-09
ima: Use strscpy instead of strlcpy
Petr Vorel
2021-10-09
ima_policy: Remove duplicate 'the' in docs comment
Petr Vorel
2021-10-09
ima: add gid support
Curtis Veit
2021-10-09
ima: fix uid code style problems
Alex Henrie
2021-10-09
ima: fix deadlock when traversing "ima_default_rules".
liqiong
2021-08-16
IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithms
THOBY Simon
2021-08-16
IMA: introduce a new policy option func=SETXATTR_CHECK
THOBY Simon
2021-08-16
IMA: add a policy option to restrict xattr hash algorithms on appraisal
THOBY Simon
2021-08-16
IMA: add support to restrict the hash algorithms used for file appraisal
THOBY Simon
2021-04-20
ima: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-01-24
ima: handle idmapped mounts
Christian Brauner
2021-01-14
IMA: define a builtin critical data measurement policy
Lakshmi Ramasubramanian
2021-01-14
IMA: limit critical data measurement based on a label
Tushar Sugandhi
2021-01-14
IMA: add policy rule to measure critical data
Tushar Sugandhi
2021-01-14
IMA: generalize keyring specific measurement constructs
Tushar Sugandhi
2020-11-20
ima: select ima-buf template for buffer measurement
Lakshmi Ramasubramanian
2020-10-15
Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
2020-09-15
ima: Use kmemdup rather than kmalloc+memcpy
Alex Dewar
2020-09-08
integrity: invalid kernel parameters feedback
Bruno Meneguele
2020-08-31
ima: Fail rule parsing when asymmetric key measurement isn't supportable
Tyler Hicks
2020-08-31
ima: Pre-parse the list of keyrings in a KEY_CHECK rule
Tyler Hicks
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-20
ima: Rename internal filter rule functions
Tyler Hicks
2020-07-20
ima: Support additional conditionals in the KEXEC_CMDLINE hook function
Tyler Hicks
2020-07-20
ima: Use the common function to detect LSM conditionals in a rule
Tyler Hicks
2020-07-20
ima: Move comprehensive rule validation checks out of the token parser
Tyler Hicks
2020-07-20
ima: Use correct type for the args_p member of ima_rule_entry.lsm elements
Tyler Hicks
2020-07-20
ima: Shallow copy the args_p member of ima_rule_entry.lsm elements
Tyler Hicks
2020-07-20
ima: Fail rule parsing when appraise_flag=blacklist is unsupportable
Tyler Hicks
2020-07-16
ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid cond
Tyler Hicks
2020-07-16
ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...
Tyler Hicks
2020-07-16
ima: Fail rule parsing when buffer hook functions have an invalid action
Tyler Hicks
2020-07-16
ima: Free the entire rule if it fails to parse
Tyler Hicks
[next]