diff options
author | Luke T. Shumaker <lukeshu@parabola.nu> | 2024-08-22 06:50:16 +0200 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@parabola.nu> | 2024-09-07 02:33:50 +0200 |
commit | cde9210efd26854c849dfb60a784d9c1aa098b7c (patch) | |
tree | 5586f597eb759b1dd1192867b3eb6720909b4270 /src/nss-myhostname/meson.build | |
parent | Merge pull request #34295 from poettering/uki-with-many-ukify (diff) | |
download | systemd-cde9210efd26854c849dfb60a784d9c1aa098b7c.tar.xz systemd-cde9210efd26854c849dfb60a784d9c1aa098b7c.zip |
nspawn: fix the comment about which namespaces outer_child is in
The comment says that it is still in the host's CLONE_NEWUSER namespace,
which is not true if !arg_privileged. Also, it says that the CLONE_NEWNS
namespace was created by clone(), but if !arg_privileged then it was
actually created by nsresource_allocate_userns() and switched into by
setns(). Fix those inaccuracies.
When trying to word it clearly, there are enough commas and nested clauses
that I think it's clearer to break it into a list/table.
Diffstat (limited to 'src/nss-myhostname/meson.build')
0 files changed, 0 insertions, 0 deletions