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

git at git.openembedded.org git at git.openembedded.org
Tue Sep 2 13:50:16 UTC 2014


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

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