diff options
author | Mikhail Durnev <mikhail_durnev@mentor.com> | 2013-06-25 21:54:35 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-28 09:14:07 +0100 |
commit | 1f7647c197929f5a8c633a93a02ac9f04b94b3ae (patch) | |
tree | e1cd5fa8cef808b23a04ea8babe52b3e4f8d4d56 /meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb | |
parent | b50d97cb4a5a950c39cfe395a28bd6071cfd15fb (diff) | |
download | poky-1f7647c197929f5a8c633a93a02ac9f04b94b3ae.tar.gz |
shadow-native: Add --root option in groupmems
Patch add_root_cmd_groupmems.patch that we apply to shadow-native
allows program groupmems from the shadow utility package to chroot()
so it can be used to modify etc/passwd and etc/group if they are
located in a sysroot.
The --root option in groupmems is needed for class useradd.
(From OE-Core rev: ae7aa0ef68372c15224c0c518cb90ba7350137b4)
Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb')
-rw-r--r-- | meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb index 2c4edbef0e..1ed5d4e011 100644 --- a/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb +++ b/meta/recipes-extended/shadow/shadow-native_4.1.4.3.bb | |||
@@ -17,6 +17,7 @@ SRC_URI = "http://pkg-shadow.alioth.debian.org/releases/${BPN}-${PV}.tar.bz2 \ | |||
17 | file://disable-syslog.patch \ | 17 | file://disable-syslog.patch \ |
18 | file://useradd.patch \ | 18 | file://useradd.patch \ |
19 | file://shadow_fix_for_automake-1.12.patch \ | 19 | file://shadow_fix_for_automake-1.12.patch \ |
20 | file://add_root_cmd_groupmems.patch \ | ||
20 | " | 21 | " |
21 | 22 | ||
22 | SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79" | 23 | SRC_URI[md5sum] = "b8608d8294ac88974f27b20f991c0e79" |