fix name of option: RuntimeDirectoryInodes

(cherry picked from commit 90abbbdbce04a1a510ea509376536df58b2f5a46)
This commit is contained in:
xujing 2022-04-08 15:18:51 +08:00 committed by openeuler-sync-bot
parent 476c5b9220
commit 015f10ecc6
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From a42a93830fcc18da073a5ac06f93c386efc9109d Mon Sep 17 00:00:00 2001
From: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Date: Thu, 27 Jan 2022 00:00:00 +0000
Subject: [PATCH] logind.conf: Fix name of option: RuntimeDirectoryInodes ->
RuntimeDirectoryInodesMax
---
src/login/logind.conf.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/login/logind.conf.in b/src/login/logind.conf.in
index 2d084e134d..926bd6cfe9 100644
--- a/src/login/logind.conf.in
+++ b/src/login/logind.conf.in
@@ -39,7 +39,7 @@
#IdleAction=ignore
#IdleActionSec=30min
#RuntimeDirectorySize=10%
-#RuntimeDirectoryInodes=400k
+#RuntimeDirectoryInodesMax=400k
#RemoveIPC=no
#InhibitorsMax=8192
#SessionsMax=8192
--
2.27.0

View File

@ -20,7 +20,7 @@
Name: systemd
Url: https://www.freedesktop.org/wiki/Software/systemd
Version: 249
Release: 19
Release: 20
License: MIT and LGPLv2+ and GPLv2+
Summary: System and Service Manager
@ -97,6 +97,7 @@ Patch6022: backport-journalctl-never-fail-at-flushing-when-the-flushed-f.pa
Patch6023: backport-core-fix-SIGABRT-on-empty-exec-command-argv.patch
Patch6024: backport-core-service-also-check-path-in-exec-commands.patch
Patch6025: backport-Add-meson-option-to-disable-urlify.patch
Patch6026: backport-logind.conf-Fix-name-of-option-RuntimeDirectoryInode.patch
BuildRequires: gcc, gcc-c++
BuildRequires: libcap-devel, libmount-devel, pam-devel, libselinux-devel
@ -1499,6 +1500,9 @@ fi
%{_libdir}/security/pam_systemd.so
%changelog
* Fri Apr 8 2022 xujing <xujing99@huawei.com> - 249-20
- fix name of option: RuntimeDirectoryInodes
* Fri Apr 8 2022 wangyuhang <wangyuhang27@huawei.com> - 249-19
- set dnssec to be allow-downgrade by default
set mdns to be yes by default