Skip to content

Commit 26162fc

Browse files
EskanderdoZennn
authored andcommitted
Cleanup unused permissions
- The Flatpak is using currently saving logs to `.var/app/com.steamgriddb.SGDBoop/.local/state` instead of `.local/state`. - Full RW access to Steam directory is made redundant by the previous filesystem permissions.
1 parent faca321 commit 26162fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.flatpak/com.steamgriddb.SGDBoop.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ finish-args:
88
- --socket=fallback-x11
99
- --share=ipc
1010
- --share=network
11-
- --filesystem=~/.local/state:create
1211
# Used for reading SteamID of user
1312
- --filesystem=~/.steam/steam/config/loginusers.vdf:ro
1413
# For saving custom images and reading shortcuts.vdf for Non-Steam games. shortcuts.vdf is also written to for non-Steam icons.
@@ -27,7 +26,6 @@ finish-args:
2726
- --filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam/userdata:rw
2827
- --filesystem=~/.var/app/com.valvesoftware.Steam/data/Steam/appcache/librarycache:rw
2928
- --filesystem=~/.var/app/com.valvesoftware.Steam/data/registry.vdf:ro
30-
- --filesystem=~/.var/app/com.valvesoftware.Steam:rw
3129
# For checking Steam installation type
3230
- --filesystem=/var/lib/flatpak/app/com.valvesoftware.Steam:ro
3331
modules:

0 commit comments

Comments
 (0)