Skip to content

Flatpak

Pier edited this page Dec 18, 2025 · 22 revisions

#How to add Flatpak permission to SysD Manager

Flatseal

Command line

If the application is installed for the user (not system-wide), use the --user flag to avoid requiring sudo:

flatpak override --user --talk-name=org.freedesktop.Flatpak --filesystem=~/.config/systemd io.github.plrigaux.sysd-manager
flatpak run --talk-name=org.freedesktop.Flatpak --filesystem=~/.config/systemd io.github.plrigaux.sysd-manager

To view the current permissions for an application, use:

flatpak info --show-permissions io.github.plrigaux.sysd-manager

Clone this wiki locally