Lines Matching +full:bool +full:- +full:property
1 # SPDX-License-Identifier: GPL-2.0-only
7 bool "Integrity Policy Enforcement (IPE)"
17 allowing users to define a policy to enforce a trust-based access
35 bool "IPE policy update verification with secondary keyring"
45 bool "IPE policy update verification with platform keyring"
56 bool "Enable support for dm-verity based on root hash"
59 This option enables the 'dmverity_roothash' property within IPE
60 policies. The property evaluates to TRUE when a file from a dm-verity
65 bool "Enable support for dm-verity based on root hash signature"
68 This option enables the 'dmverity_signature' property within IPE
69 policies. The property evaluates to TRUE when a file from a dm-verity
76 bool "Enable support for fs-verity based on file digest"
79 This option enables the 'fsverity_digest' property within IPE
80 policies. The property evaluates to TRUE when a file is fsverity
87 bool "Enable support for fs-verity based on builtin signature"
90 This option enables the 'fsverity_signature' property within IPE
91 policies. The property evaluates to TRUE when a file is fsverity
93 is in the .fs-verity keyring.
100 bool "Build KUnit tests for IPE" if !KUNIT_ALL_TESTS
112 to the KUnit documentation in Documentation/dev-tools/kunit/.