diff --git a/distro-specific-scripts/fedora-sway.sh b/distro-specific-scripts/fedora-sway.sh index 3e74962..b1c97f4 100755 --- a/distro-specific-scripts/fedora-sway.sh +++ b/distro-specific-scripts/fedora-sway.sh @@ -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 \ No newline at end of file