summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-10-05 17:41:56 +0200
committerGitHub <noreply@github.com>2018-10-05 17:41:56 +0200
commitdacd72362034651711041ede29397c0616ec39f7 (patch)
treec738cc5abdae4cdfec22bf6dd3cca831fcfd4ac0 /test
parentman/systemd.exec: MountFlags=shared behaviour was changed (fixed?) (diff)
parentbus-util: drop now-unused functions (diff)
downloadsystemd-dacd72362034651711041ede29397c0616ec39f7.tar.xz
systemd-dacd72362034651711041ede29397c0616ec39f7.zip
Merge pull request #10117 from keszybz/undynamicify
Set DynamicUser=no for networkd, resolved, timesyncd
Diffstat (limited to 'test')
-rwxr-xr-xtest/networkd-test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/networkd-test.py b/test/networkd-test.py
index 131b48f611..79d6250cdc 100755
--- a/test/networkd-test.py
+++ b/test/networkd-test.py
@@ -67,6 +67,7 @@ def setUpModule():
tmpmounts.append(d)
if os.path.isdir('/run/systemd/resolve'):
os.chmod('/run/systemd/resolve', 0o755)
+ shutil.chown('/run/systemd/resolve', 'systemd-resolve', 'systemd-resolve')
# Avoid "Failed to open /dev/tty" errors in containers.
os.environ['SYSTEMD_LOG_TARGET'] = 'journal'