aboutsummaryrefslogtreecommitdiffstats
path: root/meta-toradex-extras/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2019-08-29 15:53:47 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2019-09-20 12:39:50 +0300
commit8b14714e95a2d82f9747c08be494a09ddf2f01be (patch)
treef7b8d64043abea230264d4892502896ca1757640 /meta-toradex-extras/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
parent61c40f565769b34f82c57aedf3f730f23b9f7c03 (diff)
Move extra layers to use BBFILES_DYNAMIC
Instead of having additional meta layers, include the bbappends dynamically whenever the corresponding layer is used. Change-Id: I30f62ada645d9bf0e2a4aee9ca4db4144a6ccb83 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
Diffstat (limited to 'meta-toradex-extras/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch')
-rw-r--r--meta-toradex-extras/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-toradex-extras/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch b/meta-toradex-extras/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
deleted file mode 100644
index ef7e541d..00000000
--- a/meta-toradex-extras/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From 2a9d175360f1ed3ef85e336a329a9e803226096e Mon Sep 17 00:00:00 2001
-From: Max Krummenacher <max.oss.09@gmail.com>
-Date: Thu, 29 Oct 2015 19:38:50 +0100
-Subject: [PATCH] systemd-udevd.service.in: set MountFlags=shared
-
-This allows for udevd automounting of drives accessible to all.
----
- units/systemd-udevd.service.in | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
-index 6a3814e5d9..e3f3ad3293 100644
---- a/units/systemd-udevd.service.in
-+++ b/units/systemd-udevd.service.in
-@@ -25,7 +25,6 @@ ExecStart=@rootlibexecdir@/systemd-udevd
- KillMode=mixed
- WatchdogSec=3min
- TasksMax=infinity
--PrivateMounts=yes
- MemoryDenyWriteExecute=yes
- RestrictRealtime=yes
- RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6