rpcbind: Make user's home directory /

(From OE-Core rev: fbd068e23e16746d89c0bb60c96edd705da27a35)

Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Dan McGregor 2014-08-29 15:15:15 -06:00 committed by Richard Purdie
parent b15a7036c5
commit e04230bf72
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
inherit useradd
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = "--system --no-create-home \
USERADD_PARAM_${PN} = "--system --no-create-home --home-dir / \
--shell /bin/false --user-group rpc"
EXTRA_OECONF += " --enable-warmstarts --with-rpcuser=rpc"