diff options
author | Tyler Hicks <tyhicks@linux.microsoft.com> | 2020-07-09 09:19:03 +0300 |
---|---|---|
committer | Mimi Zohar <zohar@linux.ibm.com> | 2020-07-17 04:53:55 +0300 |
commit | 712183437ebebc89cd086ef96cf9a521fd97fd09 (patch) | |
tree | 889fa938707d5fc0487fe64c33ee0b2929300db0 /scripts/gdb/linux/lists.py | |
parent | 2bdd737c5687d6dec30e205953146ede8a87dbdd (diff) | |
download | linux-712183437ebebc89cd086ef96cf9a521fd97fd09.tar.xz |
ima: Fail rule parsing when buffer hook functions have an invalid action
Buffer based hook functions, such as KEXEC_CMDLINE and KEY_CHECK, can
only measure. The process_buffer_measurement() function quietly ignores
all actions except measure so make this behavior clear at the time of
policy load.
The parsing of the keyrings conditional had a check to ensure that it
was only specified with measure actions but the check should be on the
hook function and not the keyrings conditional since
"appraise func=KEY_CHECK" is not a valid rule.
Fixes: b0935123a183 ("IMA: Define a new hook to measure the kexec boot command line arguments")
Fixes: 5808611cccb2 ("IMA: Add KEY_CHECK func to measure keys")
Signed-off-by: Tyler Hicks <tyhicks@linux.microsoft.com>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions