Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)