Conversation
If `PrivateNetwork` is set, it also implicitly sets `PrivateMounts` to the value of `true`, in this patch we have explicitly set it to false.
5f98539 to
4cc0e2e
Compare
|
I was trying hard to reproduce the issue, or finding any difference with and without setting |
https://www.freedesktop.org/software/systemd/man/latest/systemd.exec.html#PrivateNetwork=: When this option is enabled, PrivateMounts= is implied unless it is explicitly disabled, and /sys will be remounted to associate it with the new network namespace
|
|
Hmm interesting, my systemd is |
The difference is that when only |
|
Ahh okay thanks! |
If
PrivateNetworkis set, it also implicitly setsPrivateMountsto the value oftrue, in this patch we have explicitly set it to false.related #92