Re: [OE-core] [PATCH 0/1] shadow-native fix for useradd

2011-06-30 Thread Saul Wold
On 06/28/2011 03:36 PM, Scott Garman wrote: 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 directorie

[OE-core] [PATCH 0/1] shadow-native fix for useradd

2011-06-28 Thread Scott Garman
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 dire