summaryrefslogtreecommitdiff
path: root/src/portable
Commit message (Expand)AuthorAgeFilesLines
* variuos: add missing includesZbigniew Jędrzejewski-Szmek2021-09-221-0/+2
* portable: copy SELinux label when extracting units from imagesLuca Boccassi2021-09-202-5/+42
* portable: use send_one_fd_iov/receive_one_fd_iov instead of custom helpersLuca Boccassi2021-09-201-87/+26
* portabled: refactor extraction/validation into a common helperLuca Boccassi2021-09-061-77/+92
* portabled: validate SYSEXT_LEVEL when attachingLuca Boccassi2021-09-062-18/+71
* portabled: error out if there are no units only after parsing all imagesLuca Boccassi2021-09-061-3/+26
* dissect-image: add extension-specific validation flagLuca Boccassi2021-09-061-1/+8
* Merge pull request #20257 from bluca/seqnoLuca Boccassi2021-08-311-0/+1
|\
| * dissect: use DISKSEQ when waiting for block devicesLuca Boccassi2021-07-281-0/+1
* | Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-032-2/+2
|/
* meson: use a/b instead of join_paths(a,b)Zbigniew Jędrzejewski-Szmek2021-07-271-4/+4
* tree-wide: coccinelle fixesFrantisek Sumsal2021-07-091-4/+2
* Merge pull request #20004 from yuwata/readdir-ensure-typeZbigniew Jędrzejewski-Szmek2021-06-241-3/+0
|\
| * dirent-util: use readdir_ensure_type() in readdir_no_dot() and FOREACH_DIRENT()Yu Watanabe2021-06-241-3/+0
* | basic: move acquire_data_fd() and fd_duplicate_data_fd() to new data-fd-util.cZbigniew Jędrzejewski-Szmek2021-06-241-1/+2
|/
* tree-wide: always drop unnecessary dot in pathYu Watanabe2021-05-281-2/+2
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-2/+2
* dissect-image: add support for optionally mounting images with idmapping onLennart Poettering2021-05-071-1/+1
* various: print the image path when setting up of the loopback device failsZbigniew Jędrzejewski-Szmek2021-04-231-1/+1
* dissect: ignore udev database entries from before the loopback attachmentLennart Poettering2021-04-201-0/+1
* dissect: ignore old uevents when waiting for loopback partition scanLennart Poettering2021-04-201-0/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-142-2/+2
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-073-6/+6
* portabled: add --extension parameter for layered images supportLuca Boccassi2021-03-315-132/+660
* dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in twoLennart Poettering2021-03-161-1/+10
* tree-wide: make use of DISSECT_IMAGE_USR_NO_ROOT in various toolsLennart Poettering2021-03-161-1/+1
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-052-3/+3
* table: drop last SIZE_MAX from table_set_sort() and table_set_display()Yu Watanabe2021-03-051-1/+1
* Move os-util.[ch] to basic/Zbigniew Jędrzejewski-Szmek2021-02-222-1/+2
* portable: make PortableChangeType enum anonymousLennart Poettering2021-02-174-12/+23
* portable: use -EINVAL for _PORTABLE_CHANGE_TYPE_INVALIDBenjamin Robin2021-02-161-1/+1
* portabled: use SD_BUS_METHOD_WITH_ARGSLuca Boccassi2021-02-152-21/+129
* portabled: use service_parse_argv/bus_add_implementationLuca Boccassi2021-02-155-10/+31
* portable: add 'reattach' verb and DBUS interfaceLuca Boccassi2021-02-108-24/+360
* portable: allow Detach to match images with different version suffixesLuca Boccassi2021-02-101-4/+12
* tree-wide: use -EINVAL for enum invalid valuesZbigniew Jędrzejewski-Szmek2021-02-102-2/+2
* Merge pull request #18375 from yuwata/cli-tools-also-read-kernel-command-lineZbigniew Jędrzejewski-Szmek2021-02-082-2/+2
|\
| * tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-012-2/+2
* | shared: rename machine-image.[ch] → discover-image.[ch]Lennart Poettering2021-02-036-6/+6
|/
* tree-wide: Drop custom formatting for print() help messagesDaan De Meyer2021-01-311-6/+5
* portabled: add BindPaths=/run back into "trusted" policyLennart Poettering2021-01-211-0/+1
* portabled: update profiles to current semanticsLennart Poettering2021-01-204-7/+0
* machine-image: properly support searching for images below some --root= pathLennart Poettering2021-01-193-6/+6
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-3/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-0917-17/+17
* sd-bus: add custom return code when $XDG_RUNTIME_DIR is not setZbigniew Jędrzejewski-Szmek2020-10-141-1/+1
* tree-wide: assorted coccinelle fixesFrantisek Sumsal2020-10-091-4/+3
* dissect: wrap verity settings in new VeritySettings structureLennart Poettering2020-09-171-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-084-14/+8
* core: add [Enable|Disable]UnitFilesWithFlags DBUS methodsLuca Boccassi2020-09-041-8/+3