From: Scott Garman <scott.a.garman@intel.com>
To: openembedded-core@lists.openembedded.org
Cc: Scott Garman <scott.a.garman@intel.com>
Subject: [PATCH 0/1] shadow-native fix for useradd
Date: Tue, 28 Jun 2011 15:36:17 -0700 [thread overview]
Message-ID: <cover.1309300395.git.scott.a.garman@intel.com> (raw)
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.
This is a prerequisite fix needed for my useradd.bbclass changes
(still pending until I address some of Richard's comments from this
morning).
The following changes since commit a4f3e006e1f2fd93f156012af2a05adccf41d065:
u-boot-mkimage: bump version to 2011.03 (2011-06-28 17:13:19 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/mkdir-p-fix
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/mkdir-p-fix
Scott Garman (1):
shadow-native: fix creation of home directories
.../shadow/files/add_root_cmd_options.patch | 125 +++++++++++++++----
1 files changed, 98 insertions(+), 27 deletions(-)
next reply other threads:[~2011-06-28 22:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-28 22:36 Scott Garman [this message]
2011-06-28 22:36 ` [PATCH 1/1] shadow-native: fix creation of home directories Scott Garman
2011-06-30 23:27 ` [PATCH 0/1] shadow-native fix for useradd Saul Wold
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1309300395.git.scott.a.garman@intel.com \
--to=scott.a.garman@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.