From dc5a7cde86630962c079f4481c03f0d6b504e726 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 19 Jul 2023 16:39:34 -0700 Subject: [PATCH] fix: Set bin_t on Decky Loader to fix issue with SELinux (Thanks jerb) --- system_files/deck/usr/share/ublue-os/just/custom.just | 1 + 1 file changed, 1 insertion(+) diff --git a/system_files/deck/usr/share/ublue-os/just/custom.just b/system_files/deck/usr/share/ublue-os/just/custom.just index a7f7a9e8..64c35281 100644 --- a/system_files/deck/usr/share/ublue-os/just/custom.just +++ b/system_files/deck/usr/share/ublue-os/just/custom.just @@ -16,6 +16,7 @@ create-steam-shortcuts: get-decky: _auth sudo curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh + just --unstable _auth | sudo chcon -R -t bin_t $HOME/homebrew/services/PluginLoader get-emudeck: echo 'Retrieving EmuDeck...'