Linux defines a set of process capabilities that can be used to fine-tune the process permissions. Talos Linux for security reasons restricts any process from gaining the following capabilities:Documentation Index
Fetch the complete documentation index at: https://docs.siderolabs.com/llms.txt
Use this file to discover all available pages before exploring further.
CAP_SYS_MODULE(loading kernel modules)CAP_SYS_BOOT(rebooting the system)
Note: even with CAP_SYS_MODULE capability, Linux kernel module loading is restricted by requiring a valid signature.
Talos Linux creates a throw away signing key during kernel build, so it’s not possible to build/sign a kernel module for Talos Linux outside of the build process.