Allow access to read home and external harddrives

This commit is contained in:
Snaggly 2022-02-23 09:32:32 +01:00 committed by liushuyu
parent 6794fe0f43
commit e333fb7d81
No known key found for this signature in database
GPG Key ID: 23D1CE4534419437

View File

@ -14,7 +14,9 @@
"--socket=pulseaudio",
"--share=network",
"--share=ipc",
"--filesystem=xdg-run/app/com.discordapp.Discord:create"
"--filesystem=xdg-run/app/com.discordapp.Discord:create",
"--filesystem=home:ro",
"--filesystem=/run/media:ro"
],
"cleanup-commands": [
"/app/cleanup-BaseApp.sh"
@ -257,4 +259,4 @@
]
}
]
}
}