▲ | ChocolateGod 12 hours ago | |
> It still isn't possible to package Tailscale or anything that creates a virtual interface as a Flatpak because there is no permission for that. It's possible but not ideal. The application could use flatpak-spawn (to get out the sandbox) and then polkit-exec (to ask user for root perms for arbitrary use) to get root privileges on the host, but you're removing nearly all sandboxing. |