diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-05 17:41:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 17:41:56 +0200 |
commit | dacd72362034651711041ede29397c0616ec39f7 (patch) | |
tree | c738cc5abdae4cdfec22bf6dd3cca831fcfd4ac0 /test | |
parent | man/systemd.exec: MountFlags=shared behaviour was changed (fixed?) (diff) | |
parent | bus-util: drop now-unused functions (diff) | |
download | systemd-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-x | test/networkd-test.py | 1 |
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' |