summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2023-05-10 11:04:39 -0400
committerArmin Kuster <akuster808@gmail.com>2023-05-13 06:06:29 -0400
commit2c8c86f97e9b188807c3bbc2605e578cf28ce82f (patch)
tree2fb0bcc32b0eba29cc562b5b9d7fb8724963dace
parenta0132f72ca71e787233cc4b361424e763f0b262e (diff)
downloadmeta-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.txt2
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
31Kernel configuration for dm-verity happens automatically via IMAGE_CLASSES 31Kernel configuration for dm-verity happens automatically via IMAGE_CLASSES
32which will source features/device-mapper/dm-verity.scc when dm-verity-img 32which will source features/device-mapper/dm-verity.scc when dm-verity-img
33is used. [See commit d9feafe991c] 33is used. [See commit d9feafe991c]
34IMPORTANT: As per the top level README, you *must* put security in the
35DISTRO_FEATURES, or else you won't get the dm-verity kernel settings.
34 36
35Supported Platforms 37Supported Platforms
36------------------- 38-------------------