carlesloriente / sign-kernel-modules-secureboot

Automated script for signing kernel modules with Secure Boot and uses these with VirtualBox It also reviews the prerequisites for the system, required packages, and missing folders and creates the signing keys.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐ŸŽ‰ Was this repo helpful? Help me raise these numbers.

CarlesLoriente - sign-kernel-modules-secureboot GitHub's followers GitHub stars GitHub watchers GitHub forks

Enjoy! ๐Ÿ˜ƒ

Sign Kernel Modules script for Secure Boot

What

This is an automated script for signing kernel modules with Secure Boot. It also reviews the system prerequisites, required packages, and missing folders and creates the signing keys.

Notes

  1. This is the alpha version created and tested with Fedora OS.

How

Since this is a simple shell script, you can hot-link it in one of your scripts (see " Usage " below).

Usage

This script needs to be executable chmod -x signing-kernel-modules. sh. Then, you can execute it with sudo sudo ./signing-kernel-modules.sh. And that's it. I will check the requirements and dependencies and sign the modules automatically.

Contributing

Please Create an Issue for suggestions or bug reports regarding this sAlternativelyipt. Or, Send a Pull Request if you have fixes/improvements ready.

License

MIT

About

Automated script for signing kernel modules with Secure Boot and uses these with VirtualBox It also reviews the prerequisites for the system, required packages, and missing folders and creates the signing keys.

License:MIT License


Languages

Language:Shell 100.0%