summaryrefslogtreecommitdiffstats
path: root/SELinux-FAQ
diff options
context:
space:
mode:
Diffstat (limited to 'SELinux-FAQ')
-rw-r--r--SELinux-FAQ4
1 files changed, 2 insertions, 2 deletions
diff --git a/SELinux-FAQ b/SELinux-FAQ
index b6a0df9..8f56b2b 100644
--- a/SELinux-FAQ
+++ b/SELinux-FAQ
@@ -67,7 +67,7 @@ After init Poky build environment, please follow these steps:
67 67
68 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file. 68 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file.
69 69
70 2. Set DISTRO="poky-selinux" or add DISTRO_FEATURES_append=" pam selinux" 70 2. Set DISTRO="poky-selinux" or add DISTRO_FEATURES:append=" pam selinux"
71 in BUILDDIR/conf/local.conf file. 71 in BUILDDIR/conf/local.conf file.
72 72
73 3. Build the default selinux image. 73 3. Build the default selinux image.
@@ -81,7 +81,7 @@ the following steps:
81 81
82 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file 82 1. Add meta-selinux path to BUILDDIR/conf/bblayers.conf file
83 83
84 2. Add DISTRO_FEATURES_append=" pam selinux" in BUILDDIR/conf/local.conf 84 2. Add DISTRO_FEATURES:append=" pam selinux" in BUILDDIR/conf/local.conf
85 file. 85 file.
86 86
87 3. Add packagegroup-core-selinux to your custom image. 87 3. Add packagegroup-core-selinux to your custom image.