forked from pool/slurm
Accepting request 976056 from home:eeich:branches:network:cluster
- Add a comment about the CommunicationParameters=block_null_hash option warning users who migrate - just in case. OBS-URL: https://build.opensuse.org/request/show/976056 OBS-URL: https://build.opensuse.org/package/show/network:cluster/slurm?expand=0&rev=200
This commit is contained in:
parent
950ae37e78
commit
5f6ca5dea6
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 10 10:26:02 UTC 2022 - Egbert Eich <eich@suse.com>
|
||||||
|
|
||||||
|
- Add a comment about the CommunicationParameters=block_null_hash
|
||||||
|
option warning users who migrate - just in case.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri May 6 09:33:34 UTC 2022 - Christian Goll <cgoll@suse.com>
|
Fri May 6 09:33:34 UTC 2022 - Christian Goll <cgoll@suse.com>
|
||||||
|
|
||||||
|
@ -651,6 +651,8 @@ sed -i -e '/^ControlMachine=/i# Ordered List of Control Nodes' \
|
|||||||
-e '/.*BackupAddr=.*/d' %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
|
-e '/.*BackupAddr=.*/d' %{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf
|
||||||
cat >>%{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf <<EOF
|
cat >>%{buildroot}/%{_sysconfdir}/%{pname}/slurm.conf <<EOF
|
||||||
# Potential exploit mitigation CVE-2022-29500
|
# Potential exploit mitigation CVE-2022-29500
|
||||||
|
# When upgrading from a version without this fix
|
||||||
|
# enable only after all daemons have been upgraded
|
||||||
CommunicationParameters=block_null_hash
|
CommunicationParameters=block_null_hash
|
||||||
# SUSE default configuration
|
# SUSE default configuration
|
||||||
PropagateResourceLimitsExcept=MEMLOCK
|
PropagateResourceLimitsExcept=MEMLOCK
|
||||||
|
Loading…
Reference in New Issue
Block a user