summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* start work on testsdefault_memoryChris Down2019-04-031-0/+77
* make defaultmemorylow only affect subtreeChris Down2019-04-031-6/+2
* tempChris Down2019-04-037-8/+74
* kernel-install: add a check that the vmlinuz arg is saneZbigniew Jędrzejewski-Szmek2019-04-031-0/+5
* core: fix build failure if seccomp is disabledDavide Cavalca2019-04-031-1/+1
* Revert "build: install /etc/systemd/{system,user}-generators"Lennart Poettering2019-04-021-2/+0
* Merge pull request #12188 from poettering/coccinelle-fixletsYu Watanabe2019-04-0314-140/+76
|\
| * udev: use strempty() where appropriateLennart Poettering2019-04-021-2/+1
| * json: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-04-021-44/+22
| * sd-event: use DIV_ROUND_UP where appropriateLennart Poettering2019-04-021-1/+1
| * sd-device: use xsprintf() where appropriateLennart Poettering2019-04-021-1/+1
| * tree-wide: use SYNTHETIC_ERRNO() where appropriateLennart Poettering2019-04-023-67/+36
| * boot: use TAKE_PTR() where appropriateLennart Poettering2019-04-022-16/+8
| * tree-wide: use reallocarray() where appropriateLennart Poettering2019-04-022-2/+2
| * util-lib: use FLAGS_SET() where appropriateLennart Poettering2019-04-022-3/+3
| * analyze: use empty_or_root() where appropriateLennart Poettering2019-04-021-4/+2
* | core: imply NNP and SUID/SGID restriction for DynamicUser=yes serviceLennart Poettering2019-04-021-2/+8
* | analyze: check for RestrictSUIDSGID= in "systemd-analyze security"Lennart Poettering2019-04-021-0/+12
* | core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=Lennart Poettering2019-04-025-6/+35
* | test: add test case for restrict_suid_sgid()Lennart Poettering2019-04-021-0/+208
* | seccomp: introduce seccomp_restrict_suid_sgid() for blocking chmod() for suid...Lennart Poettering2019-04-022-0/+133
* | seccomp: add debug messages to seccomp_protect_hostname()Lennart Poettering2019-04-021-2/+6
* | core: add a generic helper that forwards per-unit method calls from ManagerLennart Poettering2019-04-021-135/+51
* | Merge pull request #12013 from yuwata/fix-switchroot-11997Zbigniew Jędrzejewski-Szmek2019-04-025-13/+32
|\ \ | |/ |/|
| * core: add Manager::honor_device_enumeration flagYu Watanabe2019-03-153-1/+26
| * core: use TAKE_PTR() at few more placesYu Watanabe2019-03-151-3/+2
| * core: use _cleanup_free_ attribute and free_and_replace() macro in method_swi...Yu Watanabe2019-03-151-9/+4
* | Merge pull request #12185 from poettering/login-unstore-fdZbigniew Jędrzejewski-Szmek2019-04-022-76/+66
|\ \
| * | logind: when we cannot attach a passed fd to a device, close itLennart Poettering2019-04-021-61/+61
| * | logind: simplify removal of device fdsLennart Poettering2019-04-021-15/+5
* | | Merge pull request #12186 from poettering/lgtm-updatesZbigniew Jędrzejewski-Szmek2019-04-021-1/+2
|\ \ \
| * | | test: stop using dup() needlesslyLennart Poettering2019-04-021-1/+2
| |/ /
* | | Merge pull request #12183 from poettering/askpwargvZbigniew Jędrzejewski-Szmek2019-04-021-27/+34
|\ \ \
| * | | tty-ask-password: re-break commentLennart Poettering2019-04-021-6/+4
| * | | tty-ask-password: simplify signal handler installationLennart Poettering2019-04-021-6/+7
| * | | tty-ask-password: no need to initialize something already NUL initialized to NULLennart Poettering2019-04-021-1/+0
| * | | tty-ask-password: drop redundant local variableLennart Poettering2019-04-021-3/+1
| * | | tty-ask-password: copy argv[] before forking childLennart Poettering2019-04-021-11/+22
* | | | journal: LGTM doesn't recognize suppressions in /* */Frantisek Sumsal2019-04-021-1/+1
| |/ / |/| |
* | | journal-remote: use source's boot-idChris Morin2019-04-024-4/+12
* | | ipv4ll: do not reset seed generation counter on restartYu Watanabe2019-04-021-15/+17
* | | core: optionally, trigger .timer units on timezone and clock changesLennart Poettering2019-04-026-9/+58
* | | run: rename with_timer → arg_with_timerLennart Poettering2019-04-021-12/+12
* | | core: use more structured initializationLennart Poettering2019-04-021-12/+20
|/ /
* | build: install /etc/systemd/{system,user}-generatorsTopi Miettinen2019-04-021-0/+2
* | Merge pull request #12030 from poettering/condition-memoryYu Watanabe2019-04-025-50/+296
|\ \
| * | tests: add tests for ConditionMemory= + ConditionCPUsLennart Poettering2019-03-191-0/+125
| * | condition: add ConditionMemory= and ConditionCPUs=Lennart Poettering2019-03-192-2/+61
| * | condition: for completenes sake at != comparator for ConditionKernelVersion=Lennart Poettering2019-03-191-0/+5
| * | condition: use structured initializationLennart Poettering2019-03-191-9/+11