diff options
author | Nate Jones <jonesnl@umich.edu> | 2020-02-29 02:31:23 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-02-29 11:32:01 +0100 |
commit | ecf63c91025b1692d48886b57dae3896ab12c54c (patch) | |
tree | 5423ea18b9dd5328223384c7c50c77783cbc539f /test/meson.build | |
parent | Merge pull request #14968 from keszybz/docs (diff) | |
download | systemd-ecf63c91025b1692d48886b57dae3896ab12c54c.tar.xz systemd-ecf63c91025b1692d48886b57dae3896ab12c54c.zip |
execute: Make '+' exec prefix ignore PrivateTmp=yes
The man pages state that the '+' prefix in Exec* directives should
ignore filesystem namespacing options such as PrivateTmp. Now it does.
This is very similar to #8842, just with PrivateTmp instead of
PrivateDevices.
Diffstat (limited to 'test/meson.build')
-rw-r--r-- | test/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index 856e4a434d..2fbea31ccd 100644 --- a/test/meson.build +++ b/test/meson.build @@ -109,6 +109,7 @@ test_data_files = ''' test-execute/exec-privatenetwork-yes.service test-execute/exec-privatetmp-no.service test-execute/exec-privatetmp-yes.service + test-execute/exec-privatetmp-disabled-by-prefix.service test-execute/exec-protecthome-tmpfs-vs-protectsystem-strict.service test-execute/exec-protectkernellogs-yes-capabilities.service test-execute/exec-protectkernellogs-no-capabilities.service |