From: Rock L. <roc...@gm...> - 2017-06-08 08:59:30
|
Hi, Besides storing IMA signature in xattr of a file, we can also store it in a .sig file. If I store the signature in a .sig file, how can I make the kernel load the signature form .sig file instead of from xattr of a file ? Use this command to generate a .sig file. evmctl ima_sign -f --key /etc/ima/public.key foo After this, we will get a foo.sig -- Cheers, Rock |