Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/carlesloriente/sign-kernel-modules-secureboot
bash-script centos fedora kernel-module linux red-hat-linux rocky signing virtualbox
Last synced: 4 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/carlesloriente/sign-kernel-modules-secureboot
- Owner: carlesloriente
- License: mit
- Created: 2024-01-19T17:47:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:56:13.000Z (10 months ago)
- Last Synced: 2024-06-15T01:34:25.030Z (7 months ago)
- Topics: bash-script, centos, fedora, kernel-module, linux, red-hat-linux, rocky, signing, virtualbox
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## 🎉 Was this repo helpful? Help me raise these numbers.
[![CarlesLoriente - sign-kernel-modules-secureboot](https://img.shields.io/static/v1?label=carlesloriente&message=sign-kernel-modules-secureboot&color=blue&logo=github)](https://github.com/carlesloriente/sign-kernel-modules-secureboot)
[![GitHub's followers](https://img.shields.io/github/followers/carlesloriente.svg?style=social)](https://github.com/carlesloriente)
[![GitHub stars](https://img.shields.io/github/stars/carlesloriente/sign-kernel-modules-secureboot?style=social)](https://github.com/carlesloriente/sign-kernel-modules-secureboot/stargazers)
[![GitHub watchers](https://img.shields.io/github/watchers/carlesloriente/sign-kernel-modules-secureboot?style=social)](https://github.com/carlesloriente/sign-kernel-modules-secureboot/watchers)
[![GitHub forks](https://img.shields.io/github/forks/carlesloriente/sign-kernel-modules-secureboot?style=social)](https://github.com/carlesloriente/sign-kernel-modules-secureboot/network/embers)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](https://github.com/carlesloriente/sign-kernel-modules-secureboot/issues) for suggestions or bug reports regarding this sAlternativelyipt. Or, [Send a Pull Request](https://github.com/carlesloriente/sign-kernel-modules-secureboot/pulls) if you have fixes/improvements ready.
## License
[MIT](https://github.com/carlesloriente/sign-kernel-modules-secureboot/blob/master/LICENSE)