..
exec-bind-paths.service
test: add test for BindPaths= and BindReadOnlyPaths=
2017-10-12 13:25:06 +09:00
exec-capabilityambientset-merge-nfsnobody.service
test-execute: add nfsnobody alternative as a nobody user
2016-02-28 15:00:18 +01:00
exec-capabilityambientset-merge.service
tests: test ambient capabilities.
2016-01-12 12:14:50 +02:00
exec-capabilityambientset-nfsnobody.service
test-execute: add nfsnobody alternative as a nobody user
2016-02-28 15:00:18 +01:00
exec-capabilityambientset.service
tests: test ambient capabilities.
2016-01-12 12:14:50 +02:00
exec-capabilityboundingset-invert.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-capabilityboundingset-merge.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-capabilityboundingset-reset.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-capabilityboundingset-simple.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-dynamicuser-fixeduser-one-supplementarygroup.service
test: test DynamicUser= with a fixed user
2016-11-03 08:37:15 +01:00
exec-dynamicuser-fixeduser.service
test: test DynamicUser= with a fixed user
2016-11-03 08:37:15 +01:00
exec-dynamicuser-state-dir.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-dynamicuser-supplementarygroups.service
test: test DynamicUser= with SupplementaryGroups=
2016-11-03 08:38:28 +01:00
exec-environment-empty.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-environment-multiple.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-environment.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-environmentfile.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-group-nfsnobody.service
test-execute: add nfsnobody alternative as a nobody user
2016-02-28 15:00:18 +01:00
exec-group.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-ignoresigpipe-no.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-ignoresigpipe-yes.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-inaccessiblepaths-mount-propagation.service
tests: stop creating /TEST ( #5943 )
2017-05-11 18:56:39 -04:00
exec-inaccessiblepaths-proc.service
test: ensure 'InaccessiblePaths=/proc' option works ( #6017 )
2017-05-25 07:47:08 +03:00
exec-ioschedulingclass-best-effort.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-ioschedulingclass-idle.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-ioschedulingclass-none.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-ioschedulingclass-realtime.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-oomscoreadjust-negative.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-oomscoreadjust-positive.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-passenvironment-absent.service
test-execute: Add tests for new PassEnvironment= directive
2015-11-11 07:55:23 -08:00
exec-passenvironment-empty.service
test-execute: Add tests for new PassEnvironment= directive
2015-11-11 07:55:23 -08:00
exec-passenvironment-repeated.service
test-execute: Add tests for new PassEnvironment= directive
2015-11-11 07:55:23 -08:00
exec-passenvironment.service
test-execute: Add tests for new PassEnvironment= directive
2015-11-11 07:55:23 -08:00
exec-personality-aarch64.service
test: fix test-execute personality tests on ppc64 and aarch64 ( #3825 )
2016-08-02 16:22:56 +02:00
exec-personality-ppc64.service
test: fix test-execute personality tests on ppc64 and aarch64 ( #3825 )
2016-08-02 16:22:56 +02:00
exec-personality-ppc64le.service
test: fix test-execute personality tests on ppc64 and aarch64 ( #3825 )
2016-08-02 16:22:56 +02:00
exec-personality-s390.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-personality-x86-64.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-personality-x86.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-privatedevices-no-capability-mknod.service
test: add CAP_MKNOD tests for PrivateDevices=
2016-09-25 13:04:30 +02:00
exec-privatedevices-no-capability-sys-rawio.service
test: add test to make sure that CAP_SYS_RAWIO was removed on PrivateDevices=yes
2016-10-12 13:47:59 +02:00
exec-privatedevices-no.service
tests: fix failure of test-execute if /dev/mem is not available ( #5028 )
2017-01-06 10:27:35 +01:00
exec-privatedevices-yes-capability-mknod.service
test: add CAP_MKNOD tests for PrivateDevices=
2016-09-25 13:04:30 +02:00
exec-privatedevices-yes-capability-sys-rawio.service
test: add test to make sure that CAP_SYS_RAWIO was removed on PrivateDevices=yes
2016-10-12 13:47:59 +02:00
exec-privatedevices-yes.service
tests: fix failure of test-execute if /dev/mem is not available ( #5028 )
2017-01-06 10:27:35 +01:00
exec-privatenetwork-yes.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-privatetmp-no.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-privatetmp-yes.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-protectkernelmodules-no-capabilities.service
test: add capability tests for ProtectKernelModules=
2016-10-12 13:36:27 +02:00
exec-protectkernelmodules-yes-capabilities.service
test: add capability tests for ProtectKernelModules=
2016-10-12 13:36:27 +02:00
exec-protectkernelmodules-yes-mount-propagation.service
tests: stop creating /TEST ( #5943 )
2017-05-11 18:56:39 -04:00
exec-read-only-path-succeed.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-readonlypaths-mount-propagation.service
tests: stop creating /TEST ( #5943 )
2017-05-11 18:56:39 -04:00
exec-readonlypaths-with-bindpaths.service
test: add test for ReadOnlyPaths= with RuntimeDirectory=
2017-11-08 15:48:32 +09:00
exec-readonlypaths.service
test: add tests for simple ReadOnlyPaths= case
2016-09-27 09:24:43 +02:00
exec-readwritepaths-mount-propagation.service
tests: stop creating /TEST ( #5943 )
2017-05-11 18:56:39 -04:00
exec-restrict-namespaces-mnt-blacklist.service
test: add tests for RestrictNamespaces=
2016-11-15 15:50:19 +01:00
exec-restrict-namespaces-mnt.service
test: add tests for RestrictNamespaces=
2016-11-15 15:50:19 +01:00
exec-restrict-namespaces-no.service
test: add tests for RestrictNamespaces=
2016-11-15 15:50:19 +01:00
exec-restrict-namespaces-yes.service
test: add tests for RestrictNamespaces=
2016-11-15 15:50:19 +01:00
exec-runtimedirectory-mode.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-runtimedirectory-owner-nfsnobody.service
test-execute: add nfsnobody alternative as a nobody user
2016-02-28 15:00:18 +01:00
exec-runtimedirectory-owner.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-runtimedirectory.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-spec-interpolation.service
tests: add test for https://github.com/systemd/systemd/issues/2637
2016-02-17 22:40:26 +00:00
exec-specifier.service
test-execute: test more % specifiers ( #7450 )
2017-11-24 10:17:28 +01:00
exec-specifier@.service
test-execute: test more % specifiers ( #7450 )
2017-11-24 10:17:28 +01:00
exec-stdin-data.service
test: add basic test for StandardInput=file:
2017-11-17 11:13:44 +01:00
exec-stdio-file.service
test: add basic test for StandardInput=file:
2017-11-17 11:13:44 +01:00
exec-supplementarygroups-multiple-groups-default-group-user.service
test: lets add more tests to cover SupplementaryGroups= cases.
2016-10-24 12:38:53 +02:00
exec-supplementarygroups-multiple-groups-withgid.service
test: lets add more tests to cover SupplementaryGroups= cases.
2016-10-24 12:38:53 +02:00
exec-supplementarygroups-multiple-groups-withuid.service
test: lets add more tests to cover SupplementaryGroups= cases.
2016-10-24 12:38:53 +02:00
exec-supplementarygroups-single-group-user.service
test: add more tests for SupplementaryGroups=
2016-10-23 23:27:16 +02:00
exec-supplementarygroups-single-group.service
test: add more tests for SupplementaryGroups=
2016-10-23 23:27:16 +02:00
exec-supplementarygroups.service
test: Add simple test for supplementary groups
2016-10-23 23:27:14 +02:00
exec-systemcallerrornumber-name.service
test-execute: change path to python3 ( #7306 )
2017-11-12 16:09:00 +01:00
exec-systemcallerrornumber-number.service
test-execute: change path to python3 ( #7306 )
2017-11-12 16:09:00 +01:00
exec-systemcallfilter-failing2.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-systemcallfilter-failing.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-systemcallfilter-not-failing2.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-systemcallfilter-not-failing.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-systemcallfilter-system-user-nfsnobody.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-systemcallfilter-system-user.service
test-execute: always use /bin/sh
2017-10-12 13:26:39 +09:00
exec-systemcallfilter-with-errno-name.service
test-execute: change path to python3 ( #7306 )
2017-11-12 16:09:00 +01:00
exec-systemcallfilter-with-errno-number.service
test-execute: change path to python3 ( #7306 )
2017-11-12 16:09:00 +01:00
exec-umask-0177.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-umask-default.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-unset-environment.service
test: add test case for UnsetEnvironment=
2017-09-14 15:17:40 +02:00
exec-user-nfsnobody.service
test-execute: add nfsnobody alternative as a nobody user
2016-02-28 15:00:18 +01:00
exec-user.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00
exec-workingdirectory.service
test-execute: Fix systemd escaping and shell issues
2015-11-10 07:58:29 -08:00