Saslauthd always restart with 1s

(cherry picked from commit 9c91fb9d5a4eeed537da0f15800e9c21af7c64d7)
This commit is contained in:
yixiangzhike 2023-11-24 09:31:17 +08:00 committed by openeuler-sync-bot
parent 08bed7dd20
commit c3c03b2287
2 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: cyrus-sasl
Version: 2.1.27
Release: 14
Release: 15
Summary: The Cyrus SASL API Implementation
License: BSD with advertising
@ -326,6 +326,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir}
%changelog
* Fri Nov 24 2023 yixiangzhike <yixiangzhike007@163.com> - 2.1.27-15
- saslauthd always restart with 1s
* Thu Feb 24 2022 yixiangzhike <yixiangzhike007@163.com> - 2.1.27-14
- fix CVE-2022-24407

View File

@ -6,6 +6,8 @@ Type=forking
EnvironmentFile=/etc/sysconfig/saslauthd
ExecStart=/usr/sbin/saslauthd -m /run/saslauthd -a pam $FLAGS
RuntimeDirectory=saslauthd
Restart=always
RestartSec=1s
[Install]
WantedBy=multi-user.target