Add PACKAGECONFIG for selinux rather than disable it directly. This is useful for selinux distro feature.
Signed-off-by: Yi Zhao <[email protected]> --- meta/recipes-extended/shadow/shadow.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/shadow/shadow.inc b/meta/recipes-extended/shadow/shadow.inc index 2834509649..6968a06ea6 100644 --- a/meta/recipes-extended/shadow/shadow.inc +++ b/meta/recipes-extended/shadow/shadow.inc @@ -48,7 +48,6 @@ export CONFIG_SHELL="/bin/sh" EXTRA_OECONF += "--without-audit \ --without-libcrack \ - --without-selinux \ --with-group-name-max-length=24 \ --enable-subordinate-ids=yes \ --without-sssd \ @@ -81,6 +80,7 @@ PACKAGECONFIG:class-nativesdk = "" PACKAGECONFIG[pam] = "--with-libpam,--without-libpam,libpam,${PAM_PLUGINS}" PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" +PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" RDEPENDS:${PN} = "shadow-securetty \ base-passwd \ -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154675): https://lists.openembedded.org/g/openembedded-core/message/154675 Mute This Topic: https://lists.openembedded.org/mt/84788865/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
