29 lines
902 B
Diff
29 lines
902 B
Diff
|
From 571c902adb894bfff481de4591a56a16add2670b Mon Sep 17 00:00:00 2001
|
||
|
From: Michal Sekletar <msekleta@redhat.com>
|
||
|
Date: Wed, 22 Sep 2021 14:38:00 +0200
|
||
|
Subject: [PATCH] units: don't enable tmp.mount statically in local-fs.target
|
||
|
|
||
|
rhel-only: policy
|
||
|
|
||
|
Related: RHEL-40924
|
||
|
---
|
||
|
units/meson.build | 5 +----
|
||
|
1 file changed, 1 insertion(+), 4 deletions(-)
|
||
|
|
||
|
diff --git a/units/meson.build b/units/meson.build
|
||
|
index b231341a1f..39fa6f42c0 100644
|
||
|
--- a/units/meson.build
|
||
|
+++ b/units/meson.build
|
||
|
@@ -761,10 +761,7 @@ units = [
|
||
|
{ 'file' : 'time-set.target' },
|
||
|
{ 'file' : 'time-sync.target' },
|
||
|
{ 'file' : 'timers.target' },
|
||
|
- {
|
||
|
- 'file' : 'tmp.mount',
|
||
|
- 'symlinks' : ['local-fs.target.wants/'],
|
||
|
- },
|
||
|
+ { 'file' : 'tmp.mount' },
|
||
|
{ 'file' : 'tpm2.target' },
|
||
|
{ 'file' : 'umount.target' },
|
||
|
{ 'file' : 'usb-gadget.target' },
|