]> git.ipfire.org Git - thirdparty/systemd.git/commit
namespace: move protect_{home|system} into NamespaceInfo
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Aug 2020 09:32:53 +0000 (11:32 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 24 Aug 2020 18:10:30 +0000 (20:10 +0200)
commit52b3d6523f787c8038702c24da9935d0295e109c
tree4227d86645b0ad1d837d87c8dcdbaba2667c6236
parent68dd195c1b8fdba3fccf166a1c3c2d7ca5a912fe
namespace: move protect_{home|system} into NamespaceInfo

it's not entirely clear what shall be passed via parameter and what via
struct, but these two definitely fit well with the other protect_xyz
fields, hence let's move them over.

We probably should move a lot more more fields into the structure
actuall (most? all even?).
src/core/execute.c
src/core/namespace.c
src/core/namespace.h
src/test/test-namespace.c
src/test/test-ns.c