Tools
This Site
CMS
Hardware
Backup
Windows Server
- Problem z dyskiem
- WSUS
- Problemy z drukowaniem
- Serwer czasu
- Odzyskiwanie AD
- WSUS problemy
- Przystawka MMC
- WSUS diagnostyka
- TS Drain Mode
- Usesr TS i drukarki
- Zezwolenie na instalacje drukarek
- Czas ostatniego uruchomienia
- Statystyki serwera
- Repadmin
- Test replikacji kontrolera
- Zmiana Kontrolera
- Problem z nowym kontem
- IIS instalacja certyfikatu
- Problem z drukowaniem
- IIS binging HTTPS
- Instalaca drukarki
- IIS
- WINS
- Brak miejsca na dysku - mail
- Problem z domyślną drukarką
- Windows Server 2012
- Windows Server poradniki
- Windows Server 2016
- Terminal Server
Uncategorised
useful sites
Emulators
Powershell
Storage Array
Active Directory
DNS
Antivirus program
Linux
Foto
Licznik
Today124
Yesterday726
This week5793
This month23791
Total3073278
Visitor Info
- IP: 18.222.182.226
- Browser: Unknown
- Browser Version:
- Operating System: Unknown
> >
Who Is Online
2
Online
>
Friday, 27 December 2024 04:25
>How to Disable SELinux on CentOS 8
How to temporarily Disable SELinux on CentOS 8
Before you start disabling SELinux on CentOS 8, it’s prudent that you first check the status of SELinux.
Use the command for this:
# sestatus
To temporarily disable SELinux run the command.
This command will disable selinux until restart
# setenforce 0
or
# setenforce Permissive
They will disable selinux until restart
How to Permanently Disable SELinux on CentOS 8
The configuration file for SElinux is located at /etc/selinux/config.
For disable SELinux edit config file and set:
SELINUX=disabled(and REM disable SELINUX=enforcing)