[oe-commits] Dan McGregor : rpcbind: Make user's home directory /

git at git.openembedded.org git at git.openembedded.org
Wed Sep 3 10:09:31 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: fbd068e23e16746d89c0bb60c96edd705da27a35
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=fbd068e23e16746d89c0bb60c96edd705da27a35

Author: Dan McGregor <dan.mcgregor at usask.ca>
Date:   Fri Aug 29 15:15:15 2014 -0600

rpcbind: Make user's home directory /

Signed-off-by: Dan McGregor <dan.mcgregor at usask.ca>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
index 89e567b..4a5562b 100644
--- a/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
+++ b/meta/recipes-extended/rpcbind/rpcbind_0.2.1.bb
@@ -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"



More information about the Openembedded-commits mailing list