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