Sync from SUSE:ALP:Source:Standard:1.0 cockpit revision 21a2e7ce1e498ed32d992cd3fe187529
This commit is contained in:
parent
74aac16263
commit
9e567cd89d
@ -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>
|
Mon Mar 4 13:24:23 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
@ -107,8 +107,8 @@ Patch104: selinux_libdir.patch
|
|||||||
%define build_tests 1
|
%define build_tests 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Allow root login in Cockpit on RHEL 8 and lower as it also allows password login over SSH.
|
# 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
|
%if ( 0%{?rhel} && 0%{?rhel} <= 8 ) || 0%{?suse_version} >= 1600
|
||||||
%define disallow_root 0
|
%define disallow_root 0
|
||||||
%else
|
%else
|
||||||
%define disallow_root 1
|
%define disallow_root 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user