-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello, I really like your program. It works very well on Plasma 6 Wayland, but I'm interested in using it in conjunction with my active Network Namespace (netns). Is it possible? I understand that ego under the hood calls the machinectl command which calls other commands. It seems like systemd-nspawn is responsible for all this, and judging by the documentation, it supports a parameter such as --network-namespace-path, which is equivalent to the NetworkNamespacePath parameter. I used the run0 (sudo alternative from systemd) command for native packages along with NetworkNamespacePath and BindReadOnlyPaths inside the --property parameter, which allowed me to use netns very comfortably.
Is the above-mentioned feasible in ego? Does such functionality make sense in your program?