aed857
From 5c62e7afe2197c7b5bb00ed70bc6960b49a0317e Mon Sep 17 00:00:00 2001
aed857
From: Michal Sekletar <msekleta@redhat.com>
aed857
Date: Thu, 18 Jan 2018 19:23:56 +0100
aed857
Subject: [PATCH] units: don't put udev to its own mount namespace with slave
aed857
 propagation
aed857
aed857
Change in upstream was done mostly for political reasons to discourage
aed857
people from doing mounts in udev rules. RHEL is very bad place for
aed857
such experiments. Revert to default we shipped with RHEL-7 GA.
aed857
aed857
RHEL-only
aed857
aed857
Resolves: #1432211
aed857
---
aed857
 units/systemd-udevd.service.in | 1 -
aed857
 1 file changed, 1 deletion(-)
aed857
aed857
diff --git a/units/systemd-udevd.service.in b/units/systemd-udevd.service.in
Pablo Greco 48fc63
index 32f04d901a..46b0795151 100644
aed857
--- a/units/systemd-udevd.service.in
aed857
+++ b/units/systemd-udevd.service.in
aed857
@@ -21,5 +21,4 @@ Sockets=systemd-udevd-control.socket systemd-udevd-kernel.socket
aed857
 Restart=always
aed857
 RestartSec=0
aed857
 ExecStart=@rootlibexecdir@/systemd-udevd
aed857
-MountFlags=slave
aed857
 KillMode=mixed