diff options
author | Luca Boccassi <bluca@debian.org> | 2023-02-15 20:59:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 20:59:28 +0100 |
commit | 010c73c68e68a3519168c42453c4ba69d9f3618e (patch) | |
tree | d7ae33779c1fa3f7d46e7a3d1f0b047c10319be7 /test/test-execute/exec-specifier@.service | |
parent | Merge pull request #26213 from poettering/journal-rework-seqnum (diff) | |
parent | test-execute: add basic tests for LoadCredential= and SetCredential= (diff) | |
download | systemd-010c73c68e68a3519168c42453c4ba69d9f3618e.tar.xz systemd-010c73c68e68a3519168c42453c4ba69d9f3618e.zip |
Merge pull request #26307 from yuwata/test-execute-credentials
test-execute: drop capabilities when testing with user manager
Diffstat (limited to 'test/test-execute/exec-specifier@.service')
-rw-r--r-- | test/test-execute/exec-specifier@.service | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test-execute/exec-specifier@.service b/test/test-execute/exec-specifier@.service index 69e969f716..cb9d0a182a 100644 --- a/test/test-execute/exec-specifier@.service +++ b/test/test-execute/exec-specifier@.service @@ -13,11 +13,6 @@ ExecStart=test %I = foo/bar ExecStart=test %j = specifier ExecStart=test %J = specifier ExecStart=test %f = /foo/bar -ExecStart=test %t = /run -ExecStart=test %S = /var/lib -ExecStart=test %C = /var/cache -ExecStart=test %L = /var/log -ExecStart=test %E = /etc ExecStart=sh -c 'test %u = $$(id -un)' ExecStart=sh -c 'test %U = $$(id -u)' ExecStart=sh -c 'test %g = $$(id -gn)' |