Revert "app-framework/conf: Remove PACKAGECONFIG of shadow"
[AGL/meta-agl.git] / meta-app-framework / conf / include / agl-appfw-smack.inc
1 # enable security features (smack, cynara) - required by Application Framework
2 OVERRIDES .= ":smack"
3 DISTRO_FEATURES_append = " smack dbus-cynara xattr"
4
5 # use tar-native to support SMACK extended attributes independently of host config
6 IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'"
7 IMAGE_DEPENDS_tar_append = " tar-replacement-native"
8 EXTRANATIVEPATH += "tar-native"
9
10 # security: enable ssh server in place of dropbear to support PAM on user sessions
11 IMAGE_FEATURES += "ssh-server-openssh"
12
13 # enforce copy of xattrs (to be removed, see SPEC-475)
14 PACKAGECONFIG_append_pn-shadow = " attr"
15 PACKAGECONFIG_append_pn-shadow-native = " attr"
16