diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-06-28 15:15:39 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-30 20:57:07 +0100 |
commit | 5c7d37c51cb14c7758fdd04018321222070a0bf7 (patch) | |
tree | f3a949824299bea63b9bf2164475dec62d0f041d /meta/recipes-extended/cracklib | |
parent | b2a047d8db4562be2ea20dfee20ac2657ce3f161 (diff) | |
download | poky-5c7d37c51cb14c7758fdd04018321222070a0bf7.tar.gz |
shadow-native: fix creation of home directories
Pseudo was recently changed so that when system() calls are
made after a chroot(), the host binaries can no longer be found,
breaking the system("mkdir -p") approach when useradd creates
home directories.
Instead, use mkdir(2) to create home directories with a helper
function to ensure parent directories get created.
(From OE-Core rev: 7d4099a964ec79b1ac4cf5348cf9f4221c3d4908)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cracklib')
0 files changed, 0 insertions, 0 deletions