-
Notifications
You must be signed in to change notification settings - Fork 58
Secure Boot
This page is a work in progress!
Most modern PCs include "secure boot" technology that is able to check the bootloader and kernel for signs of tampering and protect against rootkits. This protection prevents untrusted kernel modules from loading, which can be a problem if you want to make use of our input-wacom driver. This document outlines your options.
Although more difficult, signing the input-wacom kernel module allows you to keep the security benefits that come with leaving secure boot enabled. It is recommended to try this method.
Often it can be easiest to simply disable secure boot. Doing so will allow our kernel module to load without problem but comes at the expense of reduced rootkit protection. Follow these steps at your own risk.
- Installing input-wacom from source
- Tips & Tricks
- Debugging
- Contributing