agl-users: Use UID for HOME directories and logins
[AGL/meta-agl.git] / meta-app-framework / conf / include / agl-appfw-smack.inc
index 6c95de7..1d8ab0a 100644 (file)
@@ -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"