Horje
disable selinux firewall centos 8 Code Example
disable selinux firewall centos 8
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these three values:
#     targeted - Targeted processes are protected,
#     minimum - Modification of targeted policy. Only selected processes are protected. 
#     mls - Multi Level Security protection.
SELINUXTYPE=targeted
Source: linuxize.com




Shell

Related
ERROR: Get https://registry-1.docker.io/v2/ Code Example ERROR: Get https://registry-1.docker.io/v2/ Code Example
save username and password in git Code Example save username and password in git Code Example
burp suite kali linux Code Example burp suite kali linux Code Example
To install the GNOME desktop environment Code Example To install the GNOME desktop environment Code Example
nodemon Code Example nodemon Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
7