[oe-commits] [openembedded-core] 13/51: pseudo: Add nobody user and group

git at git.openembedded.org git at git.openembedded.org
Wed Aug 10 09:47:38 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 40b89061c1efe8c150c1ac0886616d1b6facc2a0
Author: Davis, Michael <michael.davis at essvote.com>
AuthorDate: Wed Aug 3 21:26:57 2016 +0000

    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.
    
    Signed-off-by: Michael Davis <michael.davis at essvote.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/pseudo/files/fallback-group  | 1 +
 meta/recipes-devtools/pseudo/files/fallback-passwd | 1 +
 2 files changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/pseudo/files/fallback-group b/meta/recipes-devtools/pseudo/files/fallback-group
index 81bf732..bb3dbca 100644
--- a/meta/recipes-devtools/pseudo/files/fallback-group
+++ b/meta/recipes-devtools/pseudo/files/fallback-group
@@ -1,2 +1,3 @@
 root:*:0:
 mail:*:8:
+nobody:*:99:
diff --git a/meta/recipes-devtools/pseudo/files/fallback-passwd b/meta/recipes-devtools/pseudo/files/fallback-passwd
index c1458dc..0889c57 100644
--- a/meta/recipes-devtools/pseudo/files/fallback-passwd
+++ b/meta/recipes-devtools/pseudo/files/fallback-passwd
@@ -1 +1,2 @@
 root::0:0:root:/home/root:/bin/sh
+nobody:*:65534:65534:nobody:/nonexistent:/bin/sh

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list