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
Today1089
Yesterday1207
This week7074
This month17093
Total3042192
Visitor Info
- IP: 3.145.112.23
- Browser: Unknown
- Browser Version:
- Operating System: Unknown
> >
Who Is Online
1
Online
>
Friday, 22 November 2024 20:49
>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)