2024-12-20 08:20:01 +00:00
|
|
|
From 940c4cd0fc9245ac3c5530a6b902c0ec77f28d48 Mon Sep 17 00:00:00 2001
|
2024-07-23 12:39:36 +00:00
|
|
|
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
|
2024-12-17 15:03:39 +00:00
|
|
|
index 96f4852741..086e7735d4 100644
|
2024-07-23 12:39:36 +00:00
|
|
|
--- a/units/meson.build
|
|
|
|
+++ b/units/meson.build
|
2024-12-17 15:03:39 +00:00
|
|
|
@@ -771,10 +771,7 @@ units = [
|
2024-07-23 12:39:36 +00:00
|
|
|
{ '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' },
|