summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-04-29 10:49:27 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-04-29 10:49:27 +0200
commit79de061440ae5fc284e81cf248edd0d06f546032 (patch)
treec686f61c86fbfc9509f299ad04ac83fab3bf7d1d
parent96623af0af48e6025dfe7e6091438802c76d23b3 (diff)
systemd-conf: forward port patch
Upstream has changes in the context lines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch8
1 files changed, 4 insertions, 4 deletions
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
index 4665ea8..3db7632 100644
--- 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
@@ -1,4 +1,4 @@
-From 974b3b3c9d723db3bb53fc9bbb40b7c1652c1b67 Mon Sep 17 00:00:00 2001
+From f363788f3e44d5d64c4111fc46a30a0ebe8016a2 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
@@ -9,16 +9,16 @@ This allows for udevd automounting of drives accessible to all.
1 file changed, 1 deletion(-)
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
-index fc037b5a5..841d7a83f 100644
+index e8a76cc018..4a05391dd9 100644
--- a/units/systemd-udevd.service.in
+++ b/units/systemd-udevd.service.in
-@@ -24,7 +24,6 @@ ExecStart=@rootlibexecdir@/systemd-udevd
+@@ -25,7 +25,6 @@ ExecStart=@rootlibexecdir@/systemd-udevd
KillMode=mixed
WatchdogSec=3min
TasksMax=infinity
-PrivateMounts=yes
+ ProtectHostname=yes
MemoryDenyWriteExecute=yes
- RestrictRealtime=yes
RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
--
2.13.6