index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima_policy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ima: Do not print policy rule with inactive LSM labels
Stefan Berger
2022-02-02
1
-0
/
+8
*
ima: Use strscpy instead of strlcpy
Petr Vorel
2021-10-09
1
-1
/
+1
*
ima_policy: Remove duplicate 'the' in docs comment
Petr Vorel
2021-10-09
1
-2
/
+1
*
ima: add gid support
Curtis Veit
2021-10-09
1
-27
/
+174
*
ima: fix uid code style problems
Alex Henrie
2021-10-09
1
-4
/
+6
*
ima: fix deadlock when traversing "ima_default_rules".
liqiong
2021-10-09
1
-9
/
+18
*
IMA: prevent SETXATTR_CHECK policy rules with unavailable algorithms
THOBY Simon
2021-08-16
1
-0
/
+6
*
IMA: introduce a new policy option func=SETXATTR_CHECK
THOBY Simon
2021-08-16
1
-10
/
+66
*
IMA: add a policy option to restrict xattr hash algorithms on appraisal
THOBY Simon
2021-08-16
1
-4
/
+70
*
IMA: add support to restrict the hash algorithms used for file appraisal
THOBY Simon
2021-08-16
1
-2
/
+16
*
ima: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-20
1
-0
/
+2
*
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-02-23
1
-8
/
+12
|
\
|
*
ima: handle idmapped mounts
Christian Brauner
2021-01-24
1
-8
/
+12
*
|
IMA: define a builtin critical data measurement policy
Lakshmi Ramasubramanian
2021-01-14
1
-0
/
+12
*
|
IMA: limit critical data measurement based on a label
Tushar Sugandhi
2021-01-14
1
-3
/
+34
*
|
IMA: add policy rule to measure critical data
Tushar Sugandhi
2021-01-14
1
-4
/
+25
*
|
IMA: generalize keyring specific measurement constructs
Tushar Sugandhi
2021-01-14
1
-17
/
+26
|
/
*
ima: select ima-buf template for buffer measurement
Lakshmi Ramasubramanian
2020-11-20
1
-1
/
+1
*
Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-10-15
1
-51
/
+102
|
\
|
*
ima: Use kmemdup rather than kmalloc+memcpy
Alex Dewar
2020-09-15
1
-5
/
+4
|
*
integrity: invalid kernel parameters feedback
Bruno Meneguele
2020-09-08
1
-0
/
+2
|
*
ima: Fail rule parsing when asymmetric key measurement isn't supportable
Tyler Hicks
2020-08-31
1
-2
/
+4
|
*
ima: Pre-parse the list of keyrings in a KEY_CHECK rule
Tyler Hicks
2020-08-31
1
-45
/
+93
*
|
fs/kernel_read_file: Split into separate include file
Scott Branden
2020-10-05
1
-0
/
+1
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-4
/
+4
|
/
*
ima: Rename internal filter rule functions
Tyler Hicks
2020-07-20
1
-17
/
+13
*
ima: Support additional conditionals in the KEXEC_CMDLINE hook function
Tyler Hicks
2020-07-20
1
-11
/
+6
*
ima: Use the common function to detect LSM conditionals in a rule
Tyler Hicks
2020-07-20
1
-9
/
+2
*
ima: Move comprehensive rule validation checks out of the token parser
Tyler Hicks
2020-07-20
1
-20
/
+37
*
ima: Use correct type for the args_p member of ima_rule_entry.lsm elements
Tyler Hicks
2020-07-20
1
-9
/
+9
*
ima: Shallow copy the args_p member of ima_rule_entry.lsm elements
Tyler Hicks
2020-07-20
1
-10
/
+8
*
ima: Fail rule parsing when appraise_flag=blacklist is unsupportable
Tyler Hicks
2020-07-20
1
-1
/
+14
*
ima: Fail rule parsing when the KEY_CHECK hook is combined with an invalid cond
Tyler Hicks
2020-07-16
1
-0
/
+7
*
ima: Fail rule parsing when the KEXEC_CMDLINE hook is combined with an invali...
Tyler Hicks
2020-07-16
1
-0
/
+21
*
ima: Fail rule parsing when buffer hook functions have an invalid action
Tyler Hicks
2020-07-16
1
-2
/
+38
*
ima: Free the entire rule if it fails to parse
Tyler Hicks
2020-07-16
1
-1
/
+2
*
ima: Free the entire rule when deleting a list of rules
Tyler Hicks
2020-07-16
1
-5
/
+24
*
ima: Have the LSM free its audit rule
Tyler Hicks
2020-07-16
1
-1
/
+1
*
IMA: Add audit log for failure conditions
Lakshmi Ramasubramanian
2020-07-16
1
-1
/
+1
*
ima: Directly assign the ima_default_policy pointer to ima_rules
Roberto Sassu
2020-06-03
1
-2
/
+1
*
ima: Set again build_ima_appraise variable
Krzysztof Struczynski
2020-05-07
1
-2
/
+8
*
ima: Remove redundant policy rule set in add_rules()
Krzysztof Struczynski
2020-05-07
1
-4
/
+1
*
integrity: Remove duplicate pr_fmt definitions
Tushar Sugandhi
2020-02-28
1
-2
/
+0
*
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-01-28
1
-24
/
+141
|
\
|
*
IMA: Call workqueue functions to measure queued keys
Lakshmi Ramasubramanian
2020-01-23
1
-0
/
+3
|
*
IMA: pre-allocate buffer to hold keyrings string
Lakshmi Ramasubramanian
2020-01-22
1
-8
/
+30
|
*
ima: ima/lsm policy rule loading logic bug fixes
Janne Karhunen
2020-01-22
1
-18
/
+26
|
*
ima: Add a space after printing LSM rules for readability
Clay Chang
2020-01-22
1
-0
/
+1
|
*
IMA: Read keyrings= option from the IMA policy
Lakshmi Ramasubramanian
2019-12-12
1
-1
/
+28
|
*
IMA: Add support to limit measuring keys
Lakshmi Ramasubramanian
2019-12-12
1
-4
/
+58
[next]