Blame SOURCES/0625-units-don-t-put-udev-to-its-own-mount-namespace-with.patch

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