Setup Selinux
You must setup Selinux properly or else UI will not show up.
Use the following procedure to permanently change SELinux mode to permissive. When SELinux is running in permissive mode, SELinux policy is not enforced. The system remains operational and SELinux does not deny any operations but only logs AVC messages, which can be then used for troubleshooting, debugging, and SELinux policy improvements. Each AVC is logged only once in this case.
Prerequisites
The
selinux-policy-targeted
,libselinux-utils
, andpolicycoreutils
packages are installed on your system.The
selinux=0
orenforcing=0
kernel parameters are not used.
Procedure
Open the
/etc/selinux/config
file in a text editor of your choice, for example:Copy
Configure the
SELINUX=permissive
option:Copy
Restart the system:
Copy
Verification
After the system restarts, confirm that the getenforce
command returns Permissive
:
Copy
Last updated