Signing1 module signing Device driver 설치 과정에서 아래의 Error Message가 출력되는 경우my_driver: module verification failed: signature and/or required key missing - tainting kernel 아래 2개의 Configuration 활성화 되어 있으면, signing 되지 않은 module의 install을 허용하지 않는다.CONFIG_MODULE_SIG=yCONFIG_MODULE_SIG_SHA512=y 다음 명령어를 이용해서 Kernel build 時 생성된 key를 이용해서 signing 가능하다.kernel_path/scripts/sign-file kernel_path/sha512 certs/signing_key.pem kernel_pat.. 2024. 9. 21. 이전 1 다음