summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2016-12-14 10:01:01 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-12-17 09:57:03 +0000
commit63663b13f3136b797e93b7dd33278962ae69dd07 (patch)
treed4841db18a95cc70cc5b1e098bed1cb206f9b90e /meta/recipes-core/busybox
parentbd06c3641a0c5c30302d421cf27de22effed93da (diff)
downloadpoky-63663b13f3136b797e93b7dd33278962ae69dd07.tar.gz
busybox: add comments to separate Runit from SELinux content in defconfig
There is no break in busybox's "defconfig" file to show where Runit settings suddenly morph into SELinux settings, so add some comments. (From OE-Core rev: 0fa590ed6c26aa065a9da8edbf65436fa1f6d04f) (From OE-Core rev: 21c3d1b354dbb6cd6f3d574785f70858d828d977) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox')
-rw-r--r--meta/recipes-core/busybox/busybox/defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/busybox/busybox/defconfig b/meta/recipes-core/busybox/busybox/defconfig
index cbdb1391fd..773c4f807f 100644
--- a/meta/recipes-core/busybox/busybox/defconfig
+++ b/meta/recipes-core/busybox/busybox/defconfig
@@ -981,6 +981,10 @@ CONFIG_SV_DEFAULT_SERVICE_DIR=""
981# CONFIG_ENVUIDGID is not set 981# CONFIG_ENVUIDGID is not set
982# CONFIG_ENVDIR is not set 982# CONFIG_ENVDIR is not set
983# CONFIG_SOFTLIMIT is not set 983# CONFIG_SOFTLIMIT is not set
984
985#
986# SELinux utilities
987#
984# CONFIG_CHCON is not set 988# CONFIG_CHCON is not set
985# CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set 989# CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set
986# CONFIG_GETENFORCE is not set 990# CONFIG_GETENFORCE is not set