The itch client's bubblewrap sandbox currently doesn't seem to provide an allow list for additional paths: https://itch.io/docs/itch/using/sandbox/linux.html
For my use case, it would be useful to allow the sandbox to access folders such as $HOME/.renpy (especially $HOME/.renpy/tokens) or $HOME/.config/unity3d. While I can manually copy the data, having save data stored inside $HOME/.config/itch/apps/<Game>/.itch is a bit unfortunate, as it means the data is lost when the game is uninstalled.
Is there any plan to add support for this? Ideally, the allow list could be configured per game.
The itch client's bubblewrap sandbox currently doesn't seem to provide an allow list for additional paths: https://itch.io/docs/itch/using/sandbox/linux.html
For my use case, it would be useful to allow the sandbox to access folders such as
$HOME/.renpy(especially$HOME/.renpy/tokens) or$HOME/.config/unity3d. While I can manually copy the data, having save data stored inside$HOME/.config/itch/apps/<Game>/.itchis a bit unfortunate, as it means the data is lost when the game is uninstalled.Is there any plan to add support for this? Ideally, the allow list could be configured per game.