diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2023-05-10 11:04:39 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-13 06:06:29 -0400 |
commit | 2c8c86f97e9b188807c3bbc2605e578cf28ce82f (patch) | |
tree | 2fb0bcc32b0eba29cc562b5b9d7fb8724963dace | |
parent | a0132f72ca71e787233cc4b361424e763f0b262e (diff) | |
download | meta-security-2c8c86f97e9b188807c3bbc2605e578cf28ce82f.tar.gz |
dm-verity: ensure people don't ignore the DISTRO_FEATURES warning
Some platform creators tend to list a whole bunch of layers by
default in conf/bblayers.conf. Without getting into the debate of
whether that is a good idea, it can tend to have the effect of
people seeing the meta-security DISTRO_FEATURES warning time and
time again and becoming essentially numb to it.
After having fallen into this trap myself, I figured it was worth
the extra mention in the dm-verity doc so there is a better chance
of users realizing "hey - this applies to me!".
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | docs/dm-verity.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dm-verity.txt b/docs/dm-verity.txt index 602a826..ce18395 100644 --- a/docs/dm-verity.txt +++ b/docs/dm-verity.txt | |||
@@ -31,6 +31,8 @@ Kernel Configuration | |||
31 | Kernel configuration for dm-verity happens automatically via IMAGE_CLASSES | 31 | Kernel configuration for dm-verity happens automatically via IMAGE_CLASSES |
32 | which will source features/device-mapper/dm-verity.scc when dm-verity-img | 32 | which will source features/device-mapper/dm-verity.scc when dm-verity-img |
33 | is used. [See commit d9feafe991c] | 33 | is used. [See commit d9feafe991c] |
34 | IMPORTANT: As per the top level README, you *must* put security in the | ||
35 | DISTRO_FEATURES, or else you won't get the dm-verity kernel settings. | ||
34 | 36 | ||
35 | Supported Platforms | 37 | Supported Platforms |
36 | ------------------- | 38 | ------------------- |