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
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