summaryrefslogtreecommitdiff
path: root/src/test/test-namespace.c
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2020-06-03 09:50:45 +0100
committerLennart Poettering <lennart@poettering.net>2020-06-23 10:50:09 +0200
commit0389f4fa81e93be298721ce699889161fbe4046b (patch)
treed360812ea22f1762eb0f1e63d6f6d663e3404031 /src/test/test-namespace.c
parent6fe01ced0e081a9a1d9d484b4bd87a9ae567ae19 (diff)
downloadsystemd-0389f4fa81e93be298721ce699889161fbe4046b.tar.gz
core: add RootHash and RootVerity service parameters
Allow to explicitly pass root hash (explicitly or as a file) and verity device/file as unit options. Take precedence over implicit checks.
Diffstat (limited to 'src/test/test-namespace.c')
-rw-r--r--src/test/test-namespace.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/test-namespace.c b/src/test/test-namespace.c
index f2bfc6c62b..d0b4ec2764 100644
--- a/src/test/test-namespace.c
+++ b/src/test/test-namespace.c
@@ -152,6 +152,10 @@ static void test_protect_kernel_logs(void) {
PROTECT_HOME_NO,
PROTECT_SYSTEM_NO,
0,
+ NULL,
+ 0,
+ NULL,
+ NULL,
0,
NULL);
assert_se(r == 0);