mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
bash/flatpak-workarounds.bash: add curlrc ro for all
This commit is contained in:
parent
4646256dca
commit
a7940c00dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user