summaryrefslogtreecommitdiff
path: root/src/test/test-namespace.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-08-06 11:32:53 +0200
committerLennart Poettering <lennart@poettering.net>2020-08-24 20:10:30 +0200
commit52b3d6523f787c8038702c24da9935d0295e109c (patch)
tree4227d86645b0ad1d837d87c8dcdbaba2667c6236 /src/test/test-namespace.c
parent68dd195c1b8fdba3fccf166a1c3c2d7ca5a912fe (diff)
downloadsystemd-52b3d6523f787c8038702c24da9935d0295e109c.tar.gz
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?).
Diffstat (limited to 'src/test/test-namespace.c')
-rw-r--r--src/test/test-namespace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test-namespace.c b/src/test/test-namespace.c
index f70b7e778e..af48e69668 100644
--- a/src/test/test-namespace.c
+++ b/src/test/test-namespace.c
@@ -163,8 +163,6 @@ static void test_protect_kernel_logs(void) {
NULL,
NULL,
NULL,
- PROTECT_HOME_NO,
- PROTECT_SYSTEM_NO,
0,
NULL,
0,