diff options
author | Krzysztof Struczynski <[email protected]> | 2020-04-28 09:30:10 +0200 |
---|---|---|
committer | Mimi Zohar <[email protected]> | 2020-05-07 22:54:07 -0400 |
commit | 1129d31b55d509f15e72dc68e4b5c3a4d7b4da8d (patch) | |
tree | 039561d120c6fa750e4473bef48047f9ca29c5c5 /scripts/gdb/linux/modules.py | |
parent | 2592677c0486e64a08e0b930a7dfa6fbf77e6fc1 (diff) |
ima: Fix ima digest hash table key calculation
Function hash_long() accepts unsigned long, while currently only one byte
is passed from ima_hash_key(), which calculates a key for ima_htable.
Given that hashing the digest does not give clear benefits compared to
using the digest itself, remove hash_long() and return the modulus
calculated on the first two bytes of the digest with the number of slots.
Also reduce the depth of the hash table by doubling the number of slots.
Cc: [email protected]
Fixes: 3323eec921ef ("integrity: IMA as an integrity service provider")
Co-developed-by: Roberto Sassu <[email protected]>
Signed-off-by: Roberto Sassu <[email protected]>
Signed-off-by: Krzysztof Struczynski <[email protected]>
Acked-by: [email protected] (big endian system concerns)
Signed-off-by: Mimi Zohar <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions