summaryrefslogtreecommitdiffstats
path: root/src/test/test-execute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: unsetenv cannot failZbigniew Jędrzejewski-Szmek2020-11-101-5/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tests: add helper function to autodetect CI environmentsZbigniew Jędrzejewski-Szmek2020-10-221-6/+1
* Rename find_binary to find_executableZbigniew Jędrzejewski-Szmek2020-09-181-6/+6
* test-execute: include test location in error outputZbigniew Jędrzejewski-Szmek2020-09-181-136/+146
* test: add test cases for RuntimeDirectoryPreserve=yesYu Watanabe2020-09-181-0/+4
* test-execute: kill Waldo and QuuxTopi Miettinen2020-09-161-0/+4
* exec: Add kill action to system call filtersTopi Miettinen2020-09-151-0/+2
* test-execute: check if private directories have bad permissions before runnin...Zbigniew Jędrzejewski-Szmek2020-09-041-0/+22
* test-execute: simplify conditionZbigniew Jędrzejewski-Szmek2020-09-041-2/+1
* tree-wide: avoid some loaded termsLennart Poettering2020-06-251-1/+1
* tests: various small fixes for strict systemsTopi Miettinen2020-04-261-0/+1
* tests: move unit files to units/ subdirectoryZbigniew Jędrzejewski-Szmek2020-03-191-3/+3
* test: add a test case for migrating DynamicUser=yes to noYu Watanabe2020-03-061-0/+1
* execute: Make '+' exec prefix ignore PrivateTmp=yesNate Jones2020-02-291-0/+1
* test: add test for https://github.com/systemd/systemd/issues/14560Lennart Poettering2020-01-201-0/+2
* test: add test case for PrivateDevices=y and Group=daemonAnita Zhang2019-12-181-0/+1
* tests: modify enter_cgroup_subroot() to return the new pathZbigniew Jędrzejewski-Szmek2019-11-111-1/+1
* tests: get rid of test-helper.[ch] completelyZbigniew Jędrzejewski-Szmek2019-11-111-1/+0
* tests: make is_run_on_travis_ci() staticZbigniew Jędrzejewski-Szmek2019-11-111-0/+5
* tests: make manager_skip_test() not a macro and move to tests.hZbigniew Jędrzejewski-Szmek2019-11-111-1/+1
* tree-wide: drop pwd.h and grp.h when user-util.h is includedYu Watanabe2019-11-031-2/+0
* test-execute: skip test_exec_systemcallfilter_system under ASanFrantisek Sumsal2019-07-311-1/+6
* core: ExecCondition= for servicesAnita Zhang2019-07-171-2/+48
* tree-wide: drop duplicated blank linesYu Watanabe2019-07-151-1/+0
* Merge pull request #12628 from keszybz/dbus-executeMichal Sekletar2019-05-301-7/+6
|\
| * test-execute: use CPUSet tooZbigniew Jędrzejewski-Szmek2019-05-291-7/+6
* | test-execute: let's ignore the difference between CLD_KILLED and CLD_DUMPEDLennart Poettering2019-05-241-1/+7
* | test-execute: check exit code before exit statusLennart Poettering2019-05-241-6/+8
|/
* test-execute: skip flaky test when we can't unshare namespacesZbigniew Jędrzejewski-Szmek2019-03-261-1/+6
* test-execute: provide custom failure messageZbigniew Jędrzejewski-Szmek2019-03-261-118/+128
* test-execute: block /sys not /procZbigniew Jędrzejewski-Szmek2019-03-151-1/+1
* test-execute: allow filtering test cases by patternZbigniew Jędrzejewski-Szmek2019-03-151-49/+61
* test: add a testcase for ProtectHome=tmpfs vs ProtectSystem=strictYu Watanabe2019-03-131-0/+5
* test-execute: avoid undefined variable warning when compiled w/o seccompZbigniew Jędrzejewski-Szmek2019-03-071-1/+1
* core: add ':' prefix to ExecXYZ= skip env var substitutionAnita Zhang2019-02-201-0/+1
* test-execute: unset $HOME before testingYu Watanabe2019-02-011-0/+1
* test,systemctl,nspawn: use "const char*" instead of "char*" as iterator for F...Lennart Poettering2019-01-161-1/+1
* capability: fix build without PR_CAP_AMBIENTFabrice Fontaine2019-01-111-0/+1
* tree-wide: use new macro HAS_FEATURE_ADDRESS_SANITIZER everywhereLennart Poettering2018-12-031-1/+1
* tree-wide: rename path_join_many() to path_join()Zbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tree-wide: replace path_join with path_join_manyZbigniew Jędrzejewski-Szmek2018-11-301-1/+1
* tests: skip test-execute on TravisCI under ASanEvgeny Vereshchagin2018-11-241-7/+7
* tests: skip test_exec_ambientcapabilities on Travis CI under ASanEvgeny Vereshchagin2018-11-201-0/+7
* tests: always use the right vtable wrapper callsLennart Poettering2018-11-201-1/+1
* test-execute: fix killing of unit processesLennart Poettering2018-11-191-1/+1
* test: kill all processes launched by test-execute before exitingEvgeny Vereshchagin2018-11-191-0/+3
* test: skip various tests if namespacing is not availableLennart Poettering2018-10-241-1/+3
* test-execute: add a test for systemcall filter (#10273)Yu Watanabe2018-10-051-0/+1
* test-execute: also tests under the condition that unshare() is filteredYu Watanabe2018-10-031-29/+61