]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Add nobody user and group
authorDavis, Michael <michael.davis@essvote.com>
Wed, 3 Aug 2016 21:26:57 +0000 (21:26 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 08:36:28 +0000 (09:36 +0100)
Nodejs expects the user and group nobody to exist on global install commands.
The target build works as base-passwd contained it, however the fallback passwd did not.
This broke the SDK if nodejs was included.

Signed-off-by: Michael Davis <michael.davis@essvote.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/pseudo/files/fallback-group
meta/recipes-devtools/pseudo/files/fallback-passwd

index 81bf73231283247ba55bdf3ec8eb08fad6d874ab..bb3dbca6068b4031892080bb5607c7c58ca7a2d4 100644 (file)
@@ -1,2 +1,3 @@
 root:*:0:
 mail:*:8:
+nobody:*:99:
index c1458dc0f6e76fafa9fbca75df8acf74abf839fd..0889c5704c749383918b79da60691f8cddad1ab4 100644 (file)
@@ -1 +1,2 @@
 root::0:0:root:/home/root:/bin/sh
+nobody:*:65534:65534:nobody:/nonexistent:/bin/sh