From c53ddb2006f04051b00df3189fe8d35bb49ef3c7 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Mon, 5 Dec 2016 11:18:06 -0600 Subject: systemd: re-enable mount propagation for udevd With MountFlags=slave, those mounts then become private to the systemd-udevd namespace and are no longer accessible from outside the namespace, which is not expected [YOCTO #8613] (From OE-Core rev: 73f43d857fe0102033f25491007b6dbe3d5fa8ee) (From OE-Core rev: f9c35dfc6601901664dbef2cba3a9b96bef96e64) Signed-off-by: Roy Li Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit f2092e67ea880301058396b831a9a18905317d0d) Signed-off-by: Alejandro Hernandez Signed-off-by: Richard Purdie --- meta/recipes-core/systemd/systemd_219.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/systemd/systemd_219.bb') diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb index 57cbe08346..bb95c305db 100644 --- a/meta/recipes-core/systemd/systemd_219.bb +++ b/meta/recipes-core/systemd/systemd_219.bb @@ -50,6 +50,7 @@ SRC_URI = "git://github.com/systemd/systemd-stable;branch=v219-stable;protocol=g file://00-create-volatile.conf \ file://init \ file://run-ptest \ + file://udev-re-enable-mount-propagation-for-udevd.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf