summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
authorAnita Zhang <the.anitazha@gmail.com>2019-11-19 17:25:23 -0800
committerAnita Zhang <the.anitazha@gmail.com>2019-12-18 11:09:30 -0800
commitb6657e2c53eef5474465c29239f1eccfdd0830aa (patch)
tree343ec0cc03d77978acec4fc98cae3b5f1cdef9ce /test/meson.build
parente5f10cafe0bb1034505cba934cd6fae5f332b1dc (diff)
downloadsystemd-b6657e2c53eef5474465c29239f1eccfdd0830aa.tar.gz
test: add test case for PrivateDevices=y and Group=daemon
For root, group enforcement needs to come after PrivateDevices=y set up according to 096424d1230e0a0339735c51b43949809e972430. Add a test to verify this is the case.
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 eeb3c5f8f0..237b4db12c 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -102,6 +102,7 @@ test_data_files = '''
test-execute/exec-privatedevices-no-capability-mknod.service
test-execute/exec-privatedevices-no-capability-sys-rawio.service
test-execute/exec-privatedevices-no.service
+ test-execute/exec-privatedevices-yes-with-group.service
test-execute/exec-privatedevices-yes-capability-mknod.service
test-execute/exec-privatedevices-yes-capability-sys-rawio.service
test-execute/exec-privatedevices-yes.service