X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Fconf%2Finclude%2Fagl-appfw-smack.inc;h=1d8ab0a77eb821d428f6c9b253268d95bc4be94d;hb=5fccb1081844131fcc9065cf13d1b28a80e26c2d;hp=6c95de710ca59fd8d2af0bb95b7a45af01bf0733;hpb=48de89fbf1c66370d15c87b9dcab5371f180e5a4;p=AGL%2Fmeta-agl.git diff --git a/meta-app-framework/conf/include/agl-appfw-smack.inc b/meta-app-framework/conf/include/agl-appfw-smack.inc index 6c95de710..1d8ab0a77 100644 --- a/meta-app-framework/conf/include/agl-appfw-smack.inc +++ b/meta-app-framework/conf/include/agl-appfw-smack.inc @@ -10,3 +10,9 @@ 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" + +# set the home directory for root +ROOT_HOME = "/home/0"