diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2016-12-14 10:01:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-17 09:56:42 +0000 |
commit | 21c3d1b354dbb6cd6f3d574785f70858d828d977 (patch) | |
tree | 66f24ddae82084e35ec5a6300fd4806f398f5489 /meta | |
parent | 9133ba6b8138951f3ef798f0a1cc6f694fe71868 (diff) | |
download | openembedded-core-21c3d1b354dbb6cd6f3d574785f70858d828d977.tar.gz openembedded-core-21c3d1b354dbb6cd6f3d574785f70858d828d977.tar.bz2 openembedded-core-21c3d1b354dbb6cd6f3d574785f70858d828d977.zip |
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)
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')
-rw-r--r-- | meta/recipes-core/busybox/busybox/defconfig | 4 |
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="" # CONFIG_ENVUIDGID is not set # CONFIG_ENVDIR is not set # CONFIG_SOFTLIMIT is not set + +# +# SELinux utilities +# # CONFIG_CHCON is not set # CONFIG_FEATURE_CHCON_LONG_OPTIONS is not set # CONFIG_GETENFORCE is not set |