Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SECURITY_LOADPIN_VERITY
:
CONFIG_SECURITY_LOADPIN && CONFIG_DM_VERITY = CONFIG_y && CONFIG_SECURITYFS
If selected LoadPin can allow reading files from filesystems that use dm-verity. LoadPin maintains a list of verity root digests it considers trusted. A verity backed filesystem is considered trusted if its root digest is found in the list of trusted digests.
The list of trusted verity can be populated through an ioctl on the LoadPin securityfs entry 'dm-verity'. The ioctl expects a file descriptor of a file with verity digests as parameter. The file must be located on the pinned root and start with the line:
# LOADPIN_TRUSTED_VERITY_ROOT_DIGESTS
This is followed by the verity digests, with one digest per line.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2025). See also LKDDb sources on GitLab