X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meta-app-framework%2Fconf%2Finclude%2Fagl-appfw-smack.inc;h=95092a9cee250be9929cf8037f2d8afa4c9e7910;hb=e6b8d4b9aebcc39cb5274fe61e913a1df069bb40;hp=133f6b04ca5ed8468cda5c2752a2cf97caf7825e;hpb=91dce2fb94371370bad0a227cbe373597d8d15ac;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 133f6b04c..95092a9ce 100644 --- a/meta-app-framework/conf/include/agl-appfw-smack.inc +++ b/meta-app-framework/conf/include/agl-appfw-smack.inc @@ -1,10 +1,10 @@ # enable security features (smack, cynara) - required by Application Framework -OVERRIDES .= ":smack" +OVERRIDES .= ":with-lsm-smack" DISTRO_FEATURES_append = " smack dbus-cynara xattr" # use tar-native to support SMACK extended attributes independently of host config IMAGE_CMD_TAR = "tar --xattrs --xattrs-include='*'" -IMAGE_DEPENDS_tar_append = " tar-replacement-native" +do_image_tar[depends] += "tar-replacement-native:do_populate_sysroot" EXTRANATIVEPATH += "tar-native" # security: enable ssh server in place of dropbear to support PAM on user sessions @@ -14,3 +14,5 @@ IMAGE_FEATURES += "ssh-server-openssh" PACKAGECONFIG_append_pn-shadow = " attr" PACKAGECONFIG_append_pn-shadow-native = " attr" +# set the home directory for root +ROOT_HOME = "/home/0"