summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2023-09-22 10:22:36 +0800
committerJoe MacDonald <joe@deserted.net>2023-10-12 10:14:19 -0400
commitff95c536a54a758185958bcfeff86d9ba595b13e (patch)
tree39773b64f9e7453bfb1ce5ac4d739f5fc73a7ab9
parente29104086eaf72dae37140226113c694917b5b23 (diff)
downloadmeta-selinux-ff95c536a54a758185958bcfeff86d9ba595b13e.tar.gz
README: updatenanbield
Add how to enable labeling on first boot. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 77b6253..67708f7 100644
--- a/README
+++ b/README
@@ -75,6 +75,14 @@ VIRTUAL-RUNTIME_init_manager = "systemd"
75DISTRO_FEATURES_BACKFILL_CONSIDERED = "" 75DISTRO_FEATURES_BACKFILL_CONSIDERED = ""
76 76
77 77
78Enable labeling on first boot
79----------------------------
80By default, the system will label selinux contexts during build. To enable
81labeling on first boot. Set FIRST_BOOT_RELABEL to 1 in local.conf:
82
83FIRST_BOOT_RELABEL = "1"
84
85
78Starting up the system 86Starting up the system
79---------------------- 87----------------------
80Most likely the reference policy selected will not just work "out of the box". 88Most likely the reference policy selected will not just work "out of the box".