summaryrefslogtreecommitdiffstats
path: root/src/test/test-execute.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* test-execute: update permission of credstoreYu Watanabe2024-10-221-4/+4
* tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
* core/unit: rename set_unit_path() -> setenv_unit_path()Mike Yuan2024-08-171-1/+1
* test-execute: add a test case for issue #33299Yu Watanabe2024-06-241-0/+2
* test-execute: Skip system call filter tests when sanitizers are usedDaan De Meyer2024-05-301-2/+2
* test-execute: Skip test_exec_mount_apivfs() when running with sanitizersDaan De Meyer2024-05-301-0/+4
* core: introduce unit_verify_contextsMike Yuan2024-05-261-1/+6
* test-execute: Use new assertion macrosDaan De Meyer2024-04-221-138/+138
* test-execute: check for s390x first and duplicate testLuca Boccassi2024-04-081-0/+3
* test: improve debug-ability of test-executeFrantisek Sumsal2024-04-061-1/+5
* test: account for build dir being under one of the tmpfs-ed directoriesFrantisek Sumsal2024-04-051-1/+30
* test: bump the timeout for test-execute subtests if running w/ QEMUFrantisek Sumsal2024-03-051-0/+5
* test: check for kernel.apparmor_restrict_unprivileged_usernsNick Rosbrook2024-03-051-0/+21
* signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-1/+1
* test-execute: skip tests that are broken without unprivileged usernsNick Rosbrook2024-01-231-17/+90
* test: skip test_exec_networknamespacepath if netns setup failsNick Rosbrook2024-01-101-2/+6
* test: fix check for device in test-executeLuca Boccassi2023-12-221-1/+1
* core: do not make private /dev/ read-only too soonLuca Boccassi2023-12-081-0/+2
* core: do not drop CAP_SETUID if it is in AmbientCapabilities=Luca Boccassi2023-12-011-0/+3
* test-execute: add no_new_privs tests for SystemCallFilterIago López Galeiras2023-11-071-0/+12
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-2/+2
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-261-1/+1
* test/test-execute: skip PrivateNetwork tests if kernel has no dummy netdevice...Max Kellermann2023-10-021-6/+18
* manager: move various fields that declare unit defaults into a new structure ...Lennart Poettering2023-09-081-1/+1
* Revert "core: do not leak mount for credentials directory if mount namespace ...Yu Watanabe2023-09-061-4/+0
* test-execute: add tests for credentials directory with mount namespaceYu Watanabe2023-08-221-0/+4
* tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhereLennart Poettering2023-08-211-2/+0
* LoongArch: Replace __loongarch64 with __loongarch_lp64Xiaotian Wu2023-08-091-1/+1
* test-execute: count and log the number of individual tests actually executedLuca Boccassi2023-07-281-1/+6
* test-execute: measure and log time elapsed while running testsLuca Boccassi2023-07-281-0/+12
* test: copy out the necessary test data before we start overmounting stuffFrantisek Sumsal2023-07-121-4/+5
* test: actually mount / read-onlyFrantisek Sumsal2023-07-121-1/+1
* tree-wide: explicitly ignore return value in a couple more placesFrantisek Sumsal2023-07-021-1/+1
* test: skip if ldd command not foundYu Watanabe2023-06-261-0/+5
* execute: fix the condition of private mounts for user namespacingHaochen Tong2023-06-151-5/+5
* copy: Merge copy_directory() and copy_directory_fd() into copy_directory_at()Daan De Meyer2023-06-061-1/+1
* Fix failing testRichard Phibel2023-05-301-0/+14
* user units: implicitly enable PrivateUsers= when sandboxing options are setLuca Boccassi2023-04-131-30/+29
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-1/+1
* Merge pull request #26662 from yuwata/test-execute-network-namespace-pathDaan De Meyer2023-03-141-0/+19
|\
| * test-execute: add test for NetworkNamespacePath=Yu Watanabe2023-03-031-0/+19
* | basic: add RuntimeScope enumLennart Poettering2023-03-101-5/+5
|/
* test-execute: add test for PrivateNetwork= with/without mount namespacingYu Watanabe2023-02-231-2/+4
* tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDSYu Watanabe2023-02-201-6/+4
* pid1: add a new D-Bus method for enquing POSIX signals with values to unit pr...Lennart Poettering2023-02-171-1/+1
* test-execute: also mount tmpfs on /dev/shmYu Watanabe2023-02-171-1/+1
* test-execute: add basic tests for LoadCredential= and SetCredential=Yu Watanabe2023-02-151-1/+9
* test-execute: drop capabilities when testing with user managerYu Watanabe2023-02-151-126/+225
* test-execute: Skip when /sys is read-onlyDaan De Meyer2023-01-251-0/+3
* tree-wide: use -EBADF moreYu Watanabe2022-12-201-1/+1