From c85f4750f259ae5bdd138584e592b3764252eb67 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 16 Aug 2024 11:05:02 +0300 Subject: [PATCH] flatpak-workarounds.bash: commented WIP gearlever hardening --- bash/flatpak-workarounds.bash | 3 +++ 1 file changed, 3 insertions(+) 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/*