summaryrefslogtreecommitdiffstats
path: root/src/portable (follow)
Commit message (Expand)AuthorAgeFilesLines
* portable: ensure PORTABLE_FORCE_ATTACH works even when there is a leftover unitLuca Boccassi2024-09-021-6/+22
* Merge pull request #33491 from keszybz/allow-interactive-auth-in-inhibitLuca Boccassi2024-06-261-1/+1
|\
| * Rename spawn-polkit-agent.c to just polkit-agent.cZbigniew Jędrzejewski-Szmek2024-06-261-1/+1
* | various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-2/+2
|/
* Merge pull request #32724 from bluca/dynamic_user_no_private_tmpLuca Boccassi2024-06-183-3/+0
|\
| * portable: drop explicit PrivateTmp=yes from profilesLuca Boccassi2024-06-173-3/+0
* | selinux: kill mac_selinux_free()Zbigniew Jędrzejewski-Szmek2024-06-121-1/+1
|/
* Merge pull request #32720 from poettering/hostnamed-no-varlink-exit-on-idleYu Watanabe2024-06-121-2/+3
|\
| * tree-wide: never consider service idle if polkit authentication is still pendingLennart Poettering2024-06-121-2/+3
* | unit-file,portable: replace streq + basename with path_equal_filenameMike Yuan2024-06-121-1/+1
|/
* portable: Don't fail if /etc/resolv.conf doesn't existDaan De Meyer2024-04-252-2/+2
* portable: support vpickLuca Boccassi2024-04-191-4/+61
* portablectl: add --clean parameter for detachingLuca Boccassi2024-04-181-4/+57
* portable: fix 'portablectl list' to show the actual state for extensionsLuca Boccassi2024-03-281-6/+13
* Ensure that a portable is not detached when another portable that shares the ...Luca Boccassi2024-03-281-16/+18
* os-util: allow matching versioned image with extension-release fileLuca Boccassi2024-03-281-52/+9
* Merge pull request #31808 from keszybz/sundry-cleanupsYu Watanabe2024-03-151-1/+2
|\
| * portablectl: add forgotten value to --helpZbigniew Jędrzejewski-Szmek2024-03-151-1/+2
* | portable: when logging about attaching, include the used profileLuca Boccassi2024-03-151-2/+7
|/
* path-lookup: rename lookup_paths_free -> _doneMike Yuan2024-03-061-4/+4
* dissect-image: add flag for explicitly enabling userspace verity signature ch...Lennart Poettering2024-02-281-16/+23
* signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...Lennart Poettering2024-02-231-1/+1
* tree-wide: be more careful when passing literal integers to "t" bus message f...Lennart Poettering2024-02-211-1/+1
* portable: add --copy=mixed to copy images and link profilesLuca Boccassi2024-02-084-39/+65
* portable: log structured message when attach/detach succeedsLuca Boccassi2024-01-191-0/+90
* machined,portabled: remove unneeded NOTIFY_STOPPINGMike Yuan2024-01-091-16/+9
* bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-1/+1
* format-table: introduce table_isempty and use it where appropriateMike Yuan2023-12-251-4/+4
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-212-20/+5
* portablectl: fix detaching when an extension image has been deletedLuca Boccassi2023-11-101-1/+4
* portable: add support for confextMaanya Goenka2023-11-033-39/+77
* process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...Lennart Poettering2023-11-021-1/+1
* fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLETLennart Poettering2023-10-262-2/+2
* io-util: split out "struct iovec" related calls into their own .c/.h filesLennart Poettering2023-10-201-1/+1
* dissect-image: optionally allow mounting via new kernel mount API in two stepsLennart Poettering2023-10-021-1/+7
* tree-wide: add path_simplify_alloc() and use itZbigniew Jędrzejewski-Szmek2023-09-221-12/+7
* portablectl: fix regression when using --force without extension parametersLuca Boccassi2023-08-041-10/+13
* meson: move declarations of portabled and friendsYu Watanabe2023-07-311-0/+31
* Drop split-usr and unmerged-usr supportLuca Boccassi2023-07-281-5/+5
* core: copy the host's os-release for /run/host/os-releaseLuca Boccassi2023-07-181-10/+1
* confext: add dissect tool support for confext imagesMaanya Goenka2023-07-141-1/+1
* bus-unit-util: add common code for reloading PID 1Lennart Poettering2023-07-101-12/+1
* portablectl: fix using --force when no --extension is passedLuca Boccassi2023-06-161-4/+4
* portable: fix silly typo in D-Bus interface nameLuca Boccassi2023-06-161-1/+12
* Merge pull request #28014 from bluca/portable_fixesLennart Poettering2023-06-131-2/+14
|\
| * portable: make sure to fsync after extracting/copyingLuca Boccassi2023-06-131-2/+2
| * portable: do not extract empty unit filesLuca Boccassi2023-06-131-0/+12
* | tree-wide: start properly syncing at various places we so far didn'tLennart Poettering2023-06-131-1/+1
* | tmpfile-util: turn last parameter of link_tmpfile() into a proper flagsLennart Poettering2023-06-131-1/+1
|/
* tree-wide: use _cleanup_set_free_ and friendsYu Watanabe2023-05-311-2/+2