aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
diff options
context:
space:
mode:
authorDuy Dang <duy.dang.yw@renesas.com>2019-10-15 10:38:17 +0700
committerKhang Nguyen <khang.nguyen.xw@renesas.com>2019-12-24 15:24:26 +0700
commit45bb3f23ffa4b22f7f64be68181cf650452d9d98 (patch)
treef4d2ca0b25c228eb7fed38fffd6f3f7ef3fef052 /meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
parent92b98157ce3b251ec0923008f8af19c8a07207f4 (diff)
rcar-gen3: systemd: Add safe transition to non-owned item
Since safe transition check feature breaks the rootfs created by different users, this allows /var/volatile to be mounted as a non-owned directory (uid=65534) and defines the transition from a normal file/directory to non-owned one as a safe transition. Signed-off-by: Duy Dang <duy.dang.yw@renesas.com> Signed-off-by: Takamitsu Honda <takamitsu.honda.pv@renesas.com> Change-Id: I5ed4bfb7e5bd7cc08fa45cde4b849184e3ecb335
Diffstat (limited to 'meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend')
-rw-r--r--meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
index 9f5978c..b77e9bd 100644
--- a/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
+++ b/meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend
@@ -1 +1,6 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+SRC_URI_append_rcar-gen3 = " file://add-non-owned-item-for-safe-transitioning.patch"
+
PACKAGECONFIG_remove_rcar-gen3 = "timesyncd"
+