Skip to content

Commit

Permalink
packaging: limit access to ~/.local/share/Steam in Flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
R1kaB3rN committed Apr 17, 2024
1 parent db0f168 commit 04f504f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/flatpak/org.openwinecomponents.umu.launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ finish-args:
- --filesystem=xdg-data/applications:rw
- --filesystem=~/.steam:rw
- --filesystem=~/Games:rw
- --filesystem=~/.local/share:rw
- --filesystem=~/.local/share/Steam:rw
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw
- --filesystem=~/.var/app/org.openwinecomponents.umu.launcher:rw
- --filesystem=xdg-documents
Expand Down

0 comments on commit 04f504f

Please sign in to comment.