Re: [systemd-devel] Setting up a VPN daemon as a Portable Service

2022-10-06 Thread Arian van Putten
Afaik Portable services run in an isolated root and dont have access to the hosts rootfs. You'd have go include iptables and all its dependencies in the portable services directory. If you don't want to do that you'd have to use BindReadOnlyPaths= to give the service access to the required host pa

[systemd-devel] Setting up a VPN daemon as a Portable Service

2022-10-06 Thread Duncan Gibson
Hi, everyone. The high-level overview: I'm trying to install Tailscale as a portable service on my Steam Deck. Tailscale is a point-to-point VPN service, essentially a wrapper around Wireguard that helps with network setup and management. The Steam Deck is Valve's handhel