I want to dislabe SeLinux but this will be temporary where after reboot it should be enabled.
G Gabriel Turqos Active Member Joined Mar 11, 2019 Jun 1, 2020 #1 I want to dislabe SeLinux but this will be temporary where after reboot it should be enabled.
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Location Colorado Jun 1, 2020 #2 RPM and CentOS types How to Disable SELinux Temporarily or Permanently Should be roughly the same for debian flavors using the config file
RPM and CentOS types How to Disable SELinux Temporarily or Permanently Should be roughly the same for debian flavors using the config file
edizgeorgi Active Member Joined May 31, 2019 Jun 3, 2020 #3 You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: How To Add New User Account To Linux
You can use the -e and -f options like below. $ useradd -e 2017-02-28 -f 60 john For more details: How To Add New User Account To Linux
R RuskinF Member Joined Feb 17, 2020 Jun 24, 2020 #4 Run through these steps to disable SeLinux: Log in to your server. Check the current SELinux status, run: sestatus. To disable SELinux on CentOS 7 temporarily, run: sudo setenforce 0. Edit the /etc/selinux/config file and set the SELINUX to disabled. Reboot the Linux server.
Run through these steps to disable SeLinux: Log in to your server. Check the current SELinux status, run: sestatus. To disable SELinux on CentOS 7 temporarily, run: sudo setenforce 0. Edit the /etc/selinux/config file and set the SELINUX to disabled. Reboot the Linux server.