Home
last modified time | relevance | path

Searched refs:require_signatures (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-verity-verify-sig.c17 static bool require_signatures; variable
18 module_param(require_signatures, bool, 0444);
19 MODULE_PARM_DESC(require_signatures,
23 (require_signatures != false)
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst336 - If the sysctl "fs.verity.require_signatures" is set to 1 and the
440 3. A new sysctl "fs.verity.require_signatures" is made available.