Skip to content
Snippets Groups Projects
Verified Commit dcc47261 authored by Andrei Gherzan's avatar Andrei Gherzan :penguin:
Browse files

oniro-linux.conf: Avoid removing shadow for ro filesystems


There are files in shadow (for example subid files) that are required at
runtime too - for example for podman rootless support. Make sure this
package is not removed even when disto/image is dealing with a ro
rootfs.

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent ce72a976
No related branches found
No related tags found
No related merge requests found
......@@ -118,3 +118,7 @@ DISTRO_FEATURES_FILTER_NATIVESDK:append = " openharmony"
require conf/distro/include/openharmony.inc
# OpenHarmony requires musl libc, so we cannot allow other TCLIBC values
TCLIBC:df-openharmony = "musl"
IMAGE_LOG_CHECK_EXCLUDES += "Failed opening /etc/nsswitch.conf"
ROOTFS_RO_UNNEEDED:remove = "shadow"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment