summaryrefslogtreecommitdiffstats
path: root/src/test/test-ns.c
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2022-01-17 02:14:14 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-01-21 14:53:12 +0100
commita07b9926060782ab21decdcb282ea3f39ed4f124 (patch)
treeba6fbf3ea52084f9914d9b24fd9229c6a6e798b0 /src/test/test-ns.c
parentMerge pull request #22195 from keszybz/more-specifiers (diff)
downloadsystemd-a07b9926060782ab21decdcb282ea3f39ed4f124.tar.xz
systemd-a07b9926060782ab21decdcb282ea3f39ed4f124.zip
core: add ExtensionDirectories= setting
Add a new setting that follows the same principle and implementation as ExtensionImages, but using directories as sources. It will be used to implement support for extending portable images with directories, since portable services can already use a directory as root.
Diffstat (limited to 'src/test/test-ns.c')
-rw-r--r--src/test/test-ns.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test-ns.c b/src/test/test-ns.c
index b03eabb59b..cd455a3a5b 100644
--- a/src/test/test-ns.c
+++ b/src/test/test-ns.c
@@ -108,6 +108,7 @@ int main(int argc, char *argv[]) {
NULL,
NULL,
NULL,
+ NULL,
NULL);
if (r < 0) {
log_error_errno(r, "Failed to set up namespace: %m");