Loading module/signing the module #4797
Unanswered
sunilchintu2468
asked this question in
Q&A
Replies: 1 comment
-
Hey, @sunilchintu2468, I am not familiar with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Bought up Mariner VM (Mariner-1 latest ISO), on a CentOS host operating system.
And tried to compile and load a simple kernel module, but unfortunately due to the kernel configuration (CONFIG_MODULE_SIG=y), facing an error in loading the compiled module.
Now to sign this module, followed the steps mentioned at .
Unfortunately, facing an error in adding the key:
root@cbl-mariner-UjcaFoEMLXRM [ /home/sunil/testModule ]# cat /proc/keys | grep builtin
10e8a250 I------ 1 perm 1f0b0000 0 0 keyring .builtin_trusted_keys: 2
root@cbl-mariner-UjcaFoEMLXRM [ /home/sunil/testModule ]# sudo keyctl padd asymmetric "" 0x10e8a250 < MOK.der
add_key: Permission denied
I tried to check this error on the internet, but no luck. Can you please help?
Beta Was this translation helpful? Give feedback.
All reactions