index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-execute.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tests: skip tests when cg_pid_get_path fails (#7033)
Zbigniew Jędrzejewski-Szmek
2017-10-10
1
-2
/
+6
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-5
/
+5
*
test: add test for DynamicUser= + StateDirectory=
Lennart Poettering
2017-10-02
1
-2
/
+3
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-1
/
+1
*
Make test_run into a flags field and disable generators again
Zbigniew Jędrzejewski-Szmek
2017-09-19
1
-1
/
+1
*
test: add test case for UnsetEnvironment=
Lennart Poettering
2017-09-14
1
-0
/
+5
*
tests: when running a manager object in a test, migrate to private cgroup sub...
Lennart Poettering
2017-08-09
1
-0
/
+2
*
tests: skip test_exec_inaccessiblepaths_proc when inaccessible dir is unavail...
Evgeny Vereshchagin
2017-06-01
1
-0
/
+5
*
test: ensure 'InaccessiblePaths=/proc' option works (#6017)
Timothée Ravier
2017-05-25
1
-0
/
+5
*
test: drop TEST_DATA_DIR, fold into get_testdata_dir()
Martin Pitt
2017-02-16
1
-1
/
+2
*
test: make unit tests relocatable
Martin Pitt
2017-02-13
1
-1
/
+1
*
Merge pull request #5319 from keszybz/test-execute
Lennart Poettering
2017-02-13
1
-16
/
+33
|
\
|
*
test-execute: use __func__ to shorten messages
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-13
/
+13
|
*
test-execute: detect missing capsh in all tests
Zbigniew Jędrzejewski-Szmek
2017-02-12
1
-3
/
+20
*
|
core: skip ReadOnlyPaths= and other permission-related mounts on PermissionsS...
Lennart Poettering
2017-02-12
1
-0
/
+5
|
/
*
Merge pull request #4991 from poettering/seccomp-fix
Zbigniew Jędrzejewski-Szmek
2017-01-18
1
-0
/
+1
|
\
|
*
seccomp: rework seccomp code, to improve compat with some archs
Lennart Poettering
2017-01-18
1
-0
/
+1
*
|
test: make sure test-execute can run in a read-only environment
Lennart Poettering
2016-12-21
1
-0
/
+13
|
/
*
tests: let's make function tables static/const
Lennart Poettering
2016-12-07
1
-4
/
+4
*
test: add tests for RestrictNamespaces=
Djalal Harouni
2016-11-15
1
-0
/
+13
*
test: test DynamicUser= with SupplementaryGroups=
Djalal Harouni
2016-11-03
1
-0
/
+1
*
test: test DynamicUser= with a fixed user
Djalal Harouni
2016-11-03
1
-0
/
+6
*
test: skip exec tests when inaccessible dir is unavailable
Dongsu Park
2016-10-25
1
-0
/
+32
*
test: lets add more tests to cover SupplementaryGroups= cases.
Djalal Harouni
2016-10-24
1
-0
/
+3
*
test: add more tests for SupplementaryGroups=
Djalal Harouni
2016-10-23
1
-0
/
+2
*
test: Add simple test for supplementary groups
Djalal Harouni
2016-10-23
1
-0
/
+5
*
test: add test to make sure that ProtectKernelModules=yes disconnect mount pr...
Djalal Harouni
2016-10-12
1
-2
/
+3
*
test: add test to make sure that CAP_SYS_RAWIO was removed on PrivateDevices=yes
Djalal Harouni
2016-10-12
1
-0
/
+2
*
test: add capability tests for ProtectKernelModules=
Djalal Harouni
2016-10-12
1
-0
/
+11
*
test: make sure that {readonly|inaccessible|readwrite}paths disconnect mount ...
Djalal Harouni
2016-09-27
1
-0
/
+11
*
test: add tests for simple ReadOnlyPaths= case
Djalal Harouni
2016-09-27
1
-0
/
+5
*
test: add CAP_MKNOD tests for PrivateDevices=
Djalal Harouni
2016-09-25
1
-0
/
+10
*
test-execute: fix %n typo (#4153)
Zbigniew Jędrzejewski-Szmek
2016-09-15
1
-1
/
+1
*
tests: get rid of strerror
Zbigniew Jędrzejewski-Szmek
2016-09-14
1
-1
/
+1
*
core: do not fail at step SECCOMP if there is no kernel support (#4004)
Felipe Sateler
2016-08-22
1
-1
/
+10
*
test: fix test-execute personality tests on ppc64 and aarch64 (#3825)
Jan Synacek
2016-08-02
1
-0
/
+10
*
tests: don't run private device tests if running in a container
Steve Muir
2016-07-29
1
-0
/
+5
*
core: remove ManagerRunningAs enum
Lennart Poettering
2016-04-12
1
-4
/
+4
*
test-execute: fix execution of AmbientCapabilities tests
Ronny Chevalier
2016-03-21
1
-2
/
+3
*
test-execute: add nfsnobody alternative as a nobody user
Ronny Chevalier
2016-02-28
1
-7
/
+21
*
core: set NoNewPrivileges for seccomp if we don't have CAP_SYS_ADMIN
Ronny Chevalier
2016-02-28
1
-16
/
+41
*
tests: fix x86 personality tests to only on x86
Lennart Poettering
2016-02-23
1
-1
/
+1
*
tests: add test for https://github.com/systemd/systemd/issues/2637
Evgeny Vereshchagin
2016-02-17
1
-0
/
+5
*
tests: test ambient capabilities.
Ismo Puustinen
2016-01-12
1
-0
/
+16
*
tests: fix newlines in skip message
Zbigniew Jędrzejewski-Szmek
2015-12-02
1
-1
/
+1
*
tests: turn check if manager cannot be intialized into macro
Zbigniew Jędrzejewski-Szmek
2015-12-02
1
-1
/
+2
*
test-execute: Clarify interaction of PassEnvironment= and MANAGER_USER
Filipe Brandenburger
2015-11-11
1
-0
/
+21
*
test-execute: Add tests for new PassEnvironment= directive
Filipe Brandenburger
2015-11-11
1
-0
/
+14
*
test-execute: move all files related to a specific directory
Ronny Chevalier
2015-10-31
1
-1
/
+1
*
test-execute: add tests for IOSchedulingClass
Ronny Chevalier
2015-10-31
1
-0
/
+8
[prev]
[next]