summaryrefslogtreecommitdiffstats
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17351 from poettering/exec-rt-typo-fixLennart Poettering2020-10-142-6/+37
|\
| * core: debug log about received fdsLennart Poettering2020-10-141-0/+18
| * execute: make sure some more functions follow coding styleLennart Poettering2020-10-141-5/+18
| * execute: fix single character typoLennart Poettering2020-10-141-1/+1
* | Merge pull request #16968 from yuwata/remove-old-device-on-move-eventLennart Poettering2020-10-141-0/+26
|\ \ | |/ |/|
| * core/device: remove .device unit corresponding to DEVPATH_OLDYu Watanabe2020-09-151-0/+26
* | tree-wide: drop if braces around single line expressions as wellFrantisek Sumsal2020-10-094-11/+5
* | tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-094-11/+8
* | unit: don't emit PropertiesChanged signal if adding a dependency to a unit is...Renaud Métrich2020-10-071-1/+13
* | tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-2/+2
* | Merge pull request #17172 from keszybz/read-login-defsLennart Poettering2020-10-022-2/+3
|\ \
| * | Also parse the minimum uid/gid valuesZbigniew Jędrzejewski-Szmek2020-10-011-2/+2
| * | Move {uid,gid}_is_*() from basic to sharedZbigniew Jędrzejewski-Szmek2020-09-251-0/+1
* | | execute: use empty_to_root() a bit moreLennart Poettering2020-10-011-6/+4
* | | execute: add helper for checking if root_directory/root_image are set in Exec...Lennart Poettering2020-10-012-3/+12
* | | Merge pull request #17152 from keszybz/make-mountapivfs-defaultLennart Poettering2020-10-015-7/+74
|\ \ \
| * | | core: turn on MountAPIVFS=true when RootImage or RootDirectory are specifiedZbigniew Jędrzejewski-Szmek2020-09-241-0/+5
| * | | core: remember when we set ExecContext.mount_apivfsZbigniew Jędrzejewski-Szmek2020-09-245-7/+69
| |/ /
* | | Merge pull request #17154 from keszybz/crypttab-commasLennart Poettering2020-10-012-3/+2
|\ \ \
| * | | core/execute: escape the separator in exported pathsZbigniew Jędrzejewski-Szmek2020-09-251-1/+1
| * | | basic/strv: allow escaping the separator in strv_join()Zbigniew Jędrzejewski-Szmek2020-09-251-1/+1
| * | | tree-wide: drop assignments to r when we only need errnoZbigniew Jędrzejewski-Szmek2020-09-241-2/+1
| |/ /
* | | core: move reset_arguments() to the end of main's finishAnita Zhang2020-09-281-1/+2
* | | core: ensure that namespace tmp directories always get the correct labelbauen12020-09-281-18/+14
|/ /
* | Merge pull request #17143 from keszybz/late-exec-resolution-altLennart Poettering2020-09-244-103/+96
|\ \
| * | run: let systemd resolve the path with RootDirectory=/RootImage=Zbigniew Jędrzejewski-Szmek2020-09-231-2/+4
| * | core: don't try to load units from non-absolute pathsZbigniew Jędrzejewski-Szmek2020-09-231-3/+2
| * | core/execute: reduce indentation level a bitZbigniew Jędrzejewski-Szmek2020-09-181-28/+24
| * | core: resolve binary names immediately before executionZbigniew Jędrzejewski-Szmek2020-09-182-68/+59
| * | Add CLOSE_AND_REPLACE helperZbigniew Jędrzejewski-Szmek2020-09-181-2/+1
| * | core: use X_OK when looking for executablesZbigniew Jędrzejewski-Szmek2020-09-181-1/+1
| * | core/load-fragment: don't treat "; ;" as "/usr/bin/;"Zbigniew Jędrzejewski-Szmek2020-09-181-0/+6
* | | tree-wide: switch remaining mount() invocations over to mount_nofollow_verbose()Lennart Poettering2020-09-234-98/+102
* | | mount-util: rework umount_verbose() to take log level and flags argLennart Poettering2020-09-231-2/+2
* | | mount-util: switch most mount_verbose() code over to not follow symlinksLennart Poettering2020-09-231-3/+2
* | | Merge pull request #17130 from keszybz/static-analyzer-cleanupsLennart Poettering2020-09-231-13/+13
|\ \ \
| * | | core/namespace: drop bitfield annotations from boolean fieldsZbigniew Jędrzejewski-Szmek2020-09-221-13/+13
* | | | tree-wide: use ERRNO_IS_PRIVILEGE() whereever appropriateLennart Poettering2020-09-222-3/+3
|/ / /
* / / dissect-image: process /usr/ GPT partition typeLennart Poettering2020-09-191-2/+4
|/ /
* | dissect: wrap verity settings in new VeritySettings structureLennart Poettering2020-09-171-50/+119
* | Merge pull request #17076 from poettering/dissect-cleanupLennart Poettering2020-09-162-3/+3
|\ \
| * | dissect: introduce PartitionDesignator as real typeLennart Poettering2020-09-162-3/+3
* | | exec: SystemCallLog= directiveTopi Miettinen2020-09-156-0/+257
* | | exec: Add kill action to system call filtersTopi Miettinen2020-09-153-9/+17
|/ /
* / core: use strv_free_and_replace() at one more placeYu Watanabe2020-09-151-4/+1
|/
* Merge pull request #17049 from mrc0mmand/code-and-spell-checkLennart Poettering2020-09-143-9/+5
|\
| * core: consolidate alloc & put operations into one statementFrantisek Sumsal2020-09-141-5/+1
| * tree-wide: fix typos found by codespellFrantisek Sumsal2020-09-142-4/+4
* | Merge pull request #17031 from poettering/path-start-limitZbigniew Jędrzejewski-Szmek2020-09-147-15/+29
|\ \
| * | core: propagate unit start limit hit state to triggering path unitLennart Poettering2020-09-142-0/+16