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