mirror of
https://github.com/jiazhang0/meta-secure-core.git
synced 2026-07-20 06:36:58 +00:00
meta-integrity: init.ima: Switch to using keyctl
Rather than parse /proc/keys directly to find out the ID of the keyring that we're using, let keyctl do this for us. In order to do that we need to have /proc available as /proc, so move it around before and after working with keyctl. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -34,7 +34,7 @@ RDEPENDS_${PN} += "\
|
||||
gawk \
|
||||
util-linux-mount \
|
||||
util-linux-umount \
|
||||
ima-evm-utils \
|
||||
keyutils \
|
||||
ima-policy \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user