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?
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
egounder the hood calls themachinectlcommand 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 theNetworkNamespacePathparameter. I used therun0(sudo alternative from systemd) command for native packages along withNetworkNamespacePathandBindReadOnlyPathsinside the--propertyparameter, which allowed me to use netns very comfortably.Is the above-mentioned feasible in
ego? Does such functionality make sense in your program?