aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/conf/distro/poky-ivi-systemd.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi/conf/distro/poky-ivi-systemd.conf')
-rw-r--r--meta-ivi/conf/distro/poky-ivi-systemd.conf16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-ivi/conf/distro/poky-ivi-systemd.conf b/meta-ivi/conf/distro/poky-ivi-systemd.conf
index 097f44f..83378e1 100644
--- a/meta-ivi/conf/distro/poky-ivi-systemd.conf
+++ b/meta-ivi/conf/distro/poky-ivi-systemd.conf
@@ -21,6 +21,22 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit"
PREFERRED_VERSION_wayland-ivi-extension = "2.1"
+require conf/distro/include/security_flags.inc
+
+# FIXME: these pkgs are apparently broken when enabling (some of) the
+# security_flags, so they are therefore blacklisted here, (or the flags
+# are _partially) applied)
+SECURITY_CFLAGS_pn-lttng-ust = "${SECURITY_NO_PIE_CFLAGS}"
+SECURITY_CFLAGS_pn-persistence-administrator = ""
+SECURITY_LDFLAGS_pn-persistence-administrator = ""
+
+SECURITY_CFLAGS_pn-keyutils = ""
+SECURITY_LDFLAGS_pn-keyutils = ""
+SECURITY_CFLAGS_pn-v86d = ""
+SECURITY_LDFLAGS_pn-v86d = ""
+SECURITY_CFLAGS_pn-gettext = ""
+SECURITY_LDFLAGS_pn-gettext = ""
+
# do not use gstreamer 1.2.3 by default
PREFERRED_VERSION_gstreamer1.0 ?= "1.12.2"
PREFERRED_VERSION_gstreamer1.0-plugins-bad ?= "1.12.2"