Sync from SUSE:ALP:Source:Standard:1.0 cockpit revision 21a2e7ce1e498ed32d992cd3fe187529

This commit is contained in:
Adrian Schröter 2024-04-04 13:43:01 +02:00
parent 74aac16263
commit 9e567cd89d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 13 11:26:28 UTC 2024 - Miika Alikirri <miika.alikirri@suse.com>
- Allow root login on Micro 6
-------------------------------------------------------------------
Mon Mar 4 13:24:23 UTC 2024 - Adam Majer <adam.majer@suse.de>

View File

@ -107,8 +107,8 @@ Patch104: selinux_libdir.patch
%define build_tests 1
%endif
# Allow root login in Cockpit on RHEL 8 and lower as it also allows password login over SSH.
%if 0%{?rhel} && 0%{?rhel} <= 8
# Allow root login in Cockpit on SLEM6 and RHEL 8 and lower as it also allows password login over SSH.
%if ( 0%{?rhel} && 0%{?rhel} <= 8 ) || 0%{?suse_version} >= 1600
%define disallow_root 0
%else
%define disallow_root 1