From a7940c00dc82f4c3f058ff411602f3a983ed7a93 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 25 Feb 2023 11:05:40 +0200 Subject: [PATCH] bash/flatpak-workarounds.bash: add curlrc ro for all --- bash/flatpak-workarounds.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bash/flatpak-workarounds.bash b/bash/flatpak-workarounds.bash index a9d3970..dc701b1 100755 --- a/bash/flatpak-workarounds.bash +++ b/bash/flatpak-workarounds.bash @@ -19,6 +19,10 @@ flatpak override --filesystem=/usr/local/share/cursors:ro --filesystem=/usr/shar # to be able to write to the log. flatpak override --filesystem=~/.gdbinit:ro --filesystem=~/gdb.txt +# Allow read-only access to ~/.curlrc in case a flatpak is utilising curl +# or libcurl starts reading it +flatpak override --filesystem=~/.curlrc:ro + # Backticks and a lot of common characters in all Flatpaks # https://github.com/flatpak/flatpak/issues/2031 flatpak override --talk-name=org.fcitx.Fcitx --talk-name=org.freedesktop.portal.Fcitx