From: Michael Tremer Date: Fri, 9 Jun 2023 09:27:51 +0000 (+0000) Subject: test: Run networkd as root in its own namespace X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=119cc5be2dc054f619226a27ffd855e849330adf;p=network.git test: Run networkd as root in its own namespace Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index fe1e4d1f..08e04a1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -720,7 +720,7 @@ EXTRA_DIST += \ # Run all networkd tests in their own namespaces T_LOG_COMPILER = unshare --net --ipc --uts --user --cgroup --time --pid --fork \ - $(SHELL) test/networkd/test.sh + --map-root-user --keep-caps $(SHELL) test/networkd/test.sh # - NITSI tests ----------------------------------------------------------------