Skip to content

Flatpak

Pier edited this page Dec 19, 2025 · 22 revisions

#How to add Flatpak permission to SysD Manager

Needed permissions

Description Permission
User Unit Search Path --filesystem=~/.config/systemd

add the desired file path as needed

External programs --talk-name=org.freedesktop.Flatpak

Flatseal

You can use Flatseal to add the needed permissions.

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

Start the program with the permissions

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

Other useful commands

To view the current permissions SysD Manager

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

To reset all SysD Manager permissions

flatpak override --reset io.github.plrigaux.sysd-manager

Clone this wiki locally