summaryrefslogtreecommitdiff
path: root/src/test/test-ns.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-ns.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-ns.c')
-rw-r--r--src/test/test-ns.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/test-ns.c b/src/test/test-ns.c
index cba8ee2b2b..d3804b50d7 100644
--- a/src/test/test-ns.c
+++ b/src/test/test-ns.c
@@ -76,8 +76,6 @@ int main(int argc, char *argv[]) {
tmp_dir,
var_tmp_dir,
NULL,
- PROTECT_HOME_NO,
- PROTECT_SYSTEM_NO,
0,
NULL,
0,