disable selinux

This commit is contained in:
askiiart 2024-08-08 19:59:39 -05:00
parent 3efec5e141
commit 19209e5ff5
Signed by untrusted user who does not match committer: askiiart
GPG key ID: EA85979611654C30

View file

@ -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