139722402eee59f1e0489a6719e0ac93081d9049
[AGL/meta-agl.git] / meta-app-framework / conf / include / agl-appfw-smack.inc
1 # enable security features (smack, cynagora) - required by Application Framework
2 OVERRIDES .= ":with-lsm-smack"
3 DISTRO_FEATURES_append = " smack xattr"
4 DISTRO_FEATURES_NATIVE_append = " smack xattr"
5
6 # use tar-native to support SMACK extended attributes independently of host config
7 IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'"
8 do_image_tar[depends] += "tar-replacement-native:do_populate_sysroot"
9 EXTRANATIVEPATH += "tar-native"
10
11 # security: enable ssh server in place of dropbear to support PAM on user sessions
12 IMAGE_FEATURES += "ssh-server-openssh"
13
14 # enforce copy of xattrs (to be removed, see SPEC-475)
15 PACKAGECONFIG_append_pn-shadow = " attr"
16 PACKAGECONFIG_append_pn-shadow-native = " attr"
17
18 # set the home directory for root
19 ROOT_HOME = "/home/0"