summaryrefslogtreecommitdiffstats
path: root/meta-app-framework/recipes-extended/shadow/shadow_%.bbappend
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-03-07 17:30:18 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2017-03-09 11:55:52 +0100
commit2969a9f979835e85ad1f5644801dfb8920d315e5 (patch)
tree37be79d463c12b7ac0bec4738fa56d4c4f88ec8c /meta-app-framework/recipes-extended/shadow/shadow_%.bbappend
parente159294ecd366d2b7c67e5a610f5e7f55381e908 (diff)
shadow: 'useradd' copies root's extended attributes
The copy of extended attributes is interesting for Smack systems because it allows to set the security template of the user's home directories without modifying the tools (useradd here). But the version of useradd that copies the extended attributes doesn't copy the extended attributes of the root. This can make use of homes impossible! This patch corrects the issue by copying the extended attributes of the root. This includes 2 patches to implement the behaviour: one for the target and one for the native. The patch for the target was submitted upstream (see below) The patch for the native couldn't be submitted upstream because it applies on a patch specific to open-embedded (that was refused upstream). Upstream-Status: Submitted (http://lists.alioth.debian.org/pipermail/pkg-shadow-commits/2017-March/003804.html) Change-Id: I7ced318a02206fd3f15a6995f59bb82b6c6453d5 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'meta-app-framework/recipes-extended/shadow/shadow_%.bbappend')
-rw-r--r--meta-app-framework/recipes-extended/shadow/shadow_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-app-framework/recipes-extended/shadow/shadow_%.bbappend b/meta-app-framework/recipes-extended/shadow/shadow_%.bbappend
new file mode 100644
index 0000000..f084355
--- /dev/null
+++ b/meta-app-framework/recipes-extended/shadow/shadow_%.bbappend
@@ -0,0 +1,4 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+SRC_URI_append_class-target = " file://0001-useradd-copy-extended-attributes-of-home.patch "
+SRC_URI_append_class-native = " file://0001-useradd-copy-extended-attributes-of-home-native.patch "