summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* unit: don't emit PropertiesChanged signal if adding a dependency to a unit is...v239-31.3Renaud Métrich2021-04-121-1/+13
* device: don't emit PropetiesChanged needlesslyMichal Sekletár2021-04-121-3/+0
* device: make sure we emit PropertiesChanged signal once we set sysfsMichal Sekletár2021-04-121-0/+2
* nspawn: chown() the legacy hierarchy when it's used in a containerv239-31.2Evgeny Vereshchagin2020-05-221-1/+1
* nspawn: move payload to sub-cgroup first, then sync cgroup treesLennart Poettering2020-05-221-2/+2
* udev-rules: make tape-changers also apprear in /dev/tape/by-path/Joerg Steffens2020-05-191-0/+3
* test: store coredumps in journalFrantisek Sumsal2020-05-181-0/+2
* test: try to determine QEMU_SMP dynamicallyFrantisek Sumsal2020-05-181-1/+10
* test: parallelize tasks in TEST-24-UNIT-TESTSFrantisek Sumsal2020-05-182-22/+77
* test: make test-catalog relocatableYu Watanabe2020-05-183-10/+20
* test: introduce test_is_running_from_builddir()Yu Watanabe2020-05-182-3/+21
* test-execute: skip several tests when running in containerYu Watanabe2020-05-181-1/+11
* test-execute: also check python3 is installed or notYu Watanabe2020-05-181-0/+17
* test-process-util: skip several verifications when running in unprivileged co...Yu Watanabe2020-05-181-4/+9
* test-fs-util: skip some tests when running in unprivileged containerYu Watanabe2020-05-181-1/+8
* test: make install_keymaps() optionally install more keymapsYu Watanabe2020-05-181-0/+10
* test: add paths of keymaps in install_keymaps()Yu Watanabe2020-05-181-1/+5
* test: replace duplicated Makefile by symbolic linkYu Watanabe2020-05-187-28/+7
* test: introduce install_zoneinfo()Yu Watanabe2020-05-181-0/+7
* test: install libraries required by testsYu Watanabe2020-05-181-1/+1
* test: do not use global variable to pass errorYu Watanabe2020-05-182-3/+6
* sd-journal: remove the dead code and actually fix #14695v239-31.1Michal Sekletár2020-05-041-4/+3
* sd-journal: close journal files that were deleted by journald before we've se...Michal Sekletár2020-05-043-1/+17
* pid1: add new kernel cmdline arg systemd.cpu_affinity=v239-31Lennart Poettering2020-04-242-0/+20
* swap: finish the secondary swap units' jobs if deactivation of the primary sw...HATAYAMA Daisuke2020-04-241-2/+8
* basic: use comma as separator in cpuset cgroup cpu rangesv239-30Michal Sekletár2020-04-153-1/+47
* core: fix re-realization of cgroup siblingsLennart Poettering2020-04-151-14/+7
* pid1: fix the names of AllowedCPUs= and AllowedMemoryNodes=Zbigniew Jędrzejewski-Szmek2020-04-153-6/+6
* cryptsetup: Treat key file errors as a failed password attemptv239-29Ryan Gonzalez2020-03-201-0/+4
* test: replace cursor file with a plain cursorv239-28Frantisek Sumsal2020-03-112-4/+4
* test: drop the missed || exit 1 expressionFrantisek Sumsal2020-03-111-1/+2
* test: add a simple sanity check for systems without NUMA supportFrantisek Sumsal2020-03-111-170/+180
* test: give strace some time to initializeFrantisek Sumsal2020-03-111-0/+2
* test: skip the test on systems without NUMA supportFrantisek Sumsal2020-03-111-1/+12
* test: make sure the strace process is indeed deadFrantisek Sumsal2020-03-112-1/+4
* test: support MPOL_LOCAL matching in unpatched strace versionsFrantisek Sumsal2020-03-111-4/+8
* test: replace `tail -f` with journal cursor which should be...Frantisek Sumsal2020-03-111-6/+7
* test: introduce TEST-36-NUMAPOLICYFrantisek Sumsal2020-03-113-0/+344
* cgroup: make sure that cpuset is supported on cgroup v2 and disabled with v1Michal Sekletár2020-03-091-2/+5
* pid1: fix DefaultTasksMax initializationFranck Bui2020-03-091-3/+1
* cgroup: introduce support for cgroup v2 CPUSET controllerv239-27Pavel Hrdina2020-02-2114-2/+271
* core: imply NNP and SUID/SGID restriction for DynamicUser=yes servicev239-26Lennart Poettering2020-02-192-8/+18
* units: turn on RestrictSUIDSGID= in most of our long-running daemonsLennart Poettering2020-02-1911-1/+12
* man: document the new RestrictSUIDSGID= settingLennart Poettering2020-02-192-12/+30
* analyze: check for RestrictSUIDSGID= in "systemd-analyze security"Lennart Poettering2020-02-191-0/+12
* core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2020-02-196-1/+31
* test: add test case for restrict_suid_sgid()Jan Synacek2020-02-191-0/+226
* seccomp: introduce seccomp_restrict_suid_sgid() for blocking chmod() for suid...Lennart Poettering2020-02-192-0/+133
* main: introduce a define HIGH_RLIMIT_MEMLOCK similar to HIGH_RLIMIT_NOFILEv239-25Lennart Poettering2020-02-132-1/+4
* pid1: make sure to restore correct default values for some rlimitsJan Synacek2020-02-131-29/+106