From 91dce2fb94371370bad0a227cbe373597d8d15ac Mon Sep 17 00:00:00 2001 From: José Bollo Date: Fri, 13 Oct 2017 11:57:48 +0200 Subject: Revert "app-framework/conf: Remove PACKAGECONFIG of shadow" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 48de89fbf1c66370d15c87b9dcab5371f180e5a4. Bug-AGL: SPEC-475 Change-Id: I28cd41391d207b59d74d2ff661e5981b9947c715 Signed-off-by: José Bollo Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11287 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-app-framework/conf/include/agl-appfw-smack.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-app-framework/conf/include/agl-appfw-smack.inc b/meta-app-framework/conf/include/agl-appfw-smack.inc index 6c95de710..133f6b04c 100644 --- a/meta-app-framework/conf/include/agl-appfw-smack.inc +++ b/meta-app-framework/conf/include/agl-appfw-smack.inc @@ -10,3 +10,7 @@ EXTRANATIVEPATH += "tar-native" # security: enable ssh server in place of dropbear to support PAM on user sessions IMAGE_FEATURES += "ssh-server-openssh" +# enforce copy of xattrs (to be removed, see SPEC-475) +PACKAGECONFIG_append_pn-shadow = " attr" +PACKAGECONFIG_append_pn-shadow-native = " attr" + -- cgit 1.2.3-korg