mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
b192bc02bb
commit
b26e09b748
@@ -1,2 +1,3 @@
|
||||
root:*:0:
|
||||
mail:*:8:
|
||||
nobody:*:99:
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
root::0:0:root:/home/root:/bin/sh
|
||||
nobody:*:65534:65534:nobody:/nonexistent:/bin/sh
|
||||
|
||||
Reference in New Issue
Block a user