mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-25 20:59:21 +01:00
flatpak-workarounds.bash: also allow rw of ~/gdb.txt
Ref: Mikaela/shell-things#130
This commit is contained in:
parent
3fd0cfdef8
commit
8e6cf9dad2
@ -11,8 +11,9 @@ flatpak override --filesystem=/usr/local/share/icons:ro --filesystem=/usr/share/
|
||||
flatpak override --filesystem=/usr/local/share/cursors:ro --filesystem=/usr/share/cursors:ro --filesystem=~/.cursors:ro
|
||||
|
||||
# In case debugging flatpaks is subject to the other restrictions and running
|
||||
# gdb there is made easier by access to the file
|
||||
flatpak override --filesystem=~/.gdbinit:ro
|
||||
# gdb there is made easier by access to the file. By same logic, they need
|
||||
# to be able to write to the log.
|
||||
flatpak override --filesystem=~/.gdbinit:ro --filesystem=~/gdb.txt
|
||||
|
||||
# Backticks and a lot of common characters in all Flatpaks
|
||||
# https://github.com/flatpak/flatpak/issues/2031
|
||||
|
Loading…
Reference in New Issue
Block a user