From 45bb3f23ffa4b22f7f64be68181cf650452d9d98 Mon Sep 17 00:00:00 2001 From: Duy Dang Date: Tue, 15 Oct 2019 10:38:17 +0700 Subject: 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 Signed-off-by: Takamitsu Honda Change-Id: I5ed4bfb7e5bd7cc08fa45cde4b849184e3ecb335 --- meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-rcar-gen3/recipes-core/systemd/systemd_%.bbappend') 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" + -- cgit 1.2.3-korg