disable selinux
This commit is contained in:
parent
3efec5e141
commit
19209e5ff5
1 changed files with 2 additions and 0 deletions
|
@ -40,3 +40,5 @@ xhost +SI:localuser:root
|
|||
#sudo cp $GIT_DIR/greetd/config.toml /etc/greetd/config.toml
|
||||
#sudo systemctl disable lightdm.service
|
||||
#sudo systemctl enable greetd.service
|
||||
|
||||
sudo sed -i "s/SELINUX=enforcing/SELINUX=disabled/g" /etc/selinux/config
|
Loading…
Reference in a new issue