summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd/0001-systemd-udevd.service.in-set-MountFlags-shared.patch
blob: 3db7632190a892e08898514a7450914a028e9f8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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

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 e8a76cc018..4a05391dd9 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
 ProtectHostname=yes
 MemoryDenyWriteExecute=yes
 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
-- 
2.13.6