mirror of
https://git.yoctoproject.org/poky
synced 2026-05-27 09:52:40 +02:00
add configuration file to make rpc.idmapd to not report below error: rpc.idmapd: Skipping configuration file "/etc/idmapd.conf": No such file or directory rpc.idmapd: Could not find group "nobody" (From OE-Core rev: 6ecd6fb730f473fb90cefd7d0b431d5b8d2c05f7) Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
306 B
Diff
19 lines
306 B
Diff
Set nobody user and group
|
|
|
|
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Signed-off-by: Roy.Li <rongqing.li@windriver.com>
|
|
--- a/idmapd.conf
|
|
+++ b/idmapd.conf
|
|
@@ -17,8 +17,8 @@
|
|
|
|
[Mapping]
|
|
|
|
-#Nobody-User = nobody
|
|
-#Nobody-Group = nobody
|
|
+Nobody-User = nobody
|
|
+Nobody-Group = nogroup
|
|
|
|
[Translation]
|
|
|