Let's say I've used flatpak override to add/change some permissions and now I (regret it) and want to restore/reset them.
How can I do that?
Asked
Active
Viewed 6,243 times
1 Answers
8
CLI
It is a very good idea to first have a look at what you've changed.
For a specific app:
flatpak override --show my.app.id
For all apps:
flatpak override --show
Reset permissions for a single app:
flatpak override --reset my.app.id
Reset the global overrides:
flatpak override --reset
GUI
Since version 1.8.0 the Flatseal app supports modifying, displaying, and resetting global permissions.