summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorNate Jones <jonesnl@umich.edu>2020-02-28 20:31:23 -0500
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-02-29 19:32:01 +0900
commitecf63c91025b1692d48886b57dae3896ab12c54c (patch)
tree5423ea18b9dd5328223384c7c50c77783cbc539f /test/meson.build
parentec0c9d3bcd1f359ab7d2356a31c5f56c72a5702f (diff)
downloadsystemd-ecf63c91025b1692d48886b57dae3896ab12c54c.tar.gz
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.build1
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