summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo
diff options
context:
space:
mode:
authorDavis, Michael <michael.davis@essvote.com>2016-08-03 21:26:57 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-10 10:46:31 +0100
commitb26e09b7481966f040014debb802a2f41b839f72 (patch)
treeee1813b645466d4fe6f330bc4af6d714d928616e /meta/recipes-devtools/pseudo
parentb192bc02bbf91214a10331e12efee083789de7e3 (diff)
downloadpoky-b26e09b7481966f040014debb802a2f41b839f72.tar.gz
pseudo: Add nobody user and group
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. (From OE-Core rev: 40b89061c1efe8c150c1ac0886616d1b6facc2a0) Signed-off-by: Michael Davis <michael.davis@essvote.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo')
-rw-r--r--meta/recipes-devtools/pseudo/files/fallback-group1
-rw-r--r--meta/recipes-devtools/pseudo/files/fallback-passwd1
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/files/fallback-group b/meta/recipes-devtools/pseudo/files/fallback-group
index 81bf732312..bb3dbca606 100644
--- a/meta/recipes-devtools/pseudo/files/fallback-group
+++ b/meta/recipes-devtools/pseudo/files/fallback-group
@@ -1,2 +1,3 @@
1root:*:0: 1root:*:0:
2mail:*:8: 2mail:*:8:
3nobody:*:99:
diff --git a/meta/recipes-devtools/pseudo/files/fallback-passwd b/meta/recipes-devtools/pseudo/files/fallback-passwd
index c1458dc0f6..0889c5704c 100644
--- a/meta/recipes-devtools/pseudo/files/fallback-passwd
+++ b/meta/recipes-devtools/pseudo/files/fallback-passwd
@@ -1 +1,2 @@
1root::0:0:root:/home/root:/bin/sh 1root::0:0:root:/home/root:/bin/sh
2nobody:*:65534:65534:nobody:/nonexistent:/bin/sh