diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index 9e3cca8..9d6b686 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -73,6 +73,9 @@ flatpak override im.riot.Riot --talk-name=org.freedesktop.secrets $@ # it having access to the same config is preferable. flatpak override org.squidowl.halloy --filesystem=~/snap/halloy:create $@ +# Hardening GearLever, https://github.com/mijorus/gearlever/issues/143 +#flatpak override it.mijorus.gearlever --no-filesystem=home --filesystem=~/.local/share/applications:create --filesystem=~/AppImages:create + # Display the overrides if [ -d /var/lib/flatpak/overrides/ ]; then tail -n +1 /var/lib/flatpak/overrides/*