summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2019-04-27 23:26:54 +0200
committerMing Liu <liu.ming50@gmail.com>2019-04-27 23:37:34 +0200
commit3640a12c85df4ac180e38f19038072df6b1d6d55 (patch)
tree87bd6b346d27a22abdd20dae27263117b2f9c609
parentb14878f38e90b8bfbad9da972bd1b15709bc9144 (diff)
systemd-conf: drop a obsolete patch
That patch has been merged to systemd-conf. Signed-off-by: Ming Liu <liu.ming50@gmail.com>
-rw-r--r--recipes-core/systemd/systemd-conf_%.bbappend5
-rw-r--r--recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch25
2 files changed, 0 insertions, 30 deletions
diff --git a/recipes-core/systemd/systemd-conf_%.bbappend b/recipes-core/systemd/systemd-conf_%.bbappend
deleted file mode 100644
index 8ebb6cc..0000000
--- a/recipes-core/systemd/systemd-conf_%.bbappend
+++ /dev/null
@@ -1,5 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/systemd:"
-
-SRC_URI += " \
- file://0001-systemd-udevd.service.in-set-MountFlags-shared.patch \
-"
diff --git a/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch b/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
deleted file mode 100644
index 4665ea8..0000000
--- a/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 974b3b3c9d723db3bb53fc9bbb40b7c1652c1b67 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 fc037b5a5..841d7a83f 100644
---- a/units/systemd-udevd.service.in
-+++ b/units/systemd-udevd.service.in
-@@ -24,7 +24,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
---
-2.13.6
-