Skip to content
Snippets Groups Projects
Commit 4fbb48e8 authored by Pavel Zhukov's avatar Pavel Zhukov
Browse files

oniro-packageconfig.inc: Disable wheel group for systemd


wheel group doesn't exist in oe-core/oniro but systemd is build with
wheel group support. This causes ACL warnings during boot process.

Signed-off-by: default avatarPavel Zhukov <pavel.zhukov@huawei.com>
parent 17857e5d
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ PACKAGECONFIG:remove:pn-mosquitto = "dlt"
# We use NetworkManager as the default network manager (included in our
# reference images).
PACKAGECONFIG:remove:pn-systemd = "networkd"
PACKAGECONFIG:remove:pn-systemd = "networkd wheel-group"
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