blob: c668ac4eda65fc00c8fb066f9bf3fc549530b9c0 [file] [log] [blame]
Kees Cook9b091552016-04-20 15:46:28 -07001config SECURITY_LOADPIN
2 bool "Pin load of kernel files (modules, fw, etc) to one filesystem"
3 depends on SECURITY && BLOCK
4 help
5 Any files read through the kernel file reading interface
6 (kernel modules, firmware, kexec images, security policy) will
7 be pinned to the first filesystem used for loading. Any files
8 that come from other filesystems will be rejected. This is best
9 used on systems without an initrd that have a root filesystem
10 backed by a read-only device such as dm-verity or a CDROM.