bash/flatpak-workarounds.bash: add curlrc ro for all

This commit is contained in:
Aminda Suomalainen 2023-02-25 11:05:40 +02:00
parent 4646256dca
commit a7940c00dc
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 0 deletions

View File

@ -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