b6b998a9bee8dbe6b7cf028a98750abcb14890ac
[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 .= ":with-lsm-smack"
3 DISTRO_FEATURES_append = " smack xattr"
4
5 # use tar-native to support SMACK extended attributes independently of host config
6 IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'"
7 do_image_tar[depends] += "tar-replacement-native:do_populate_sysroot"
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
17 # set the home directory for root
18 ROOT_HOME = "/home/0"