summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* various: use id128_from_string_not_null()Zbigniew Jędrzejewski-Szmek2023-09-021-5/+4
* nspawn: check validity of the internal interface name only explicitly specifiedYu Watanabe2023-08-241-10/+12
* tree-wide: don't ifdef seccomp-util.h, drop seccomp.h inclusion everywhereLennart Poettering2023-08-214-17/+1
* tree-wide: use LIST_CLEAR()David Tardon2023-08-171-6/+1
* nspawn,shared: make ERRNO_IS_SECCOMP_FATAL an inline func with _NEG_ variantZbigniew Jędrzejewski-Szmek2023-08-162-15/+13
* various: use _NEG_ macros to reduce indentationZbigniew Jędrzejewski-Szmek2023-08-161-33/+27
* seccomp: add LoongArch 64bit supportXiaotian Wu2023-08-091-0/+3
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-12/+3
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-22/+10
* meson: move declarations of modules-load, nspawn, update-done, and update-utmpYu Watanabe2023-08-011-1/+17
* nspawn,shared: cleanup use of ERRNO_IS_SECCOMP_FATAL()Dmitry V. Levin2023-07-282-9/+12
* nspawn: cleanup use of ERRNO_IS_NOT_SUPPORTED()Dmitry V. Levin2023-07-281-13/+14
* tree-wide: "<n>bit" → "<n>-bit"Zbigniew Jędrzejewski-Szmek2023-07-023-6/+6
* process-util: add simple wrapper around PR_SET_CHILD_SUBREAPERLennart Poettering2023-06-231-2/+3
* tree-wide: getpid() → getpid_cached()Lennart Poettering2023-06-231-1/+1
* btrfs-util: Add btrfs_subvol_snapshot_at()Daan De Meyer2023-06-061-15/+15
* label: Rename to label-util.hDaan De Meyer2023-05-301-1/+1
* nspawn: restore cross-architecture bootingLuca Boccassi2023-05-261-4/+4
* Merge pull request #27774 from dtardon/free-cleanupYu Watanabe2023-05-241-4/+3
|\
| * tree-wide: use free_and_str*dup() moreDavid Tardon2023-05-241-4/+3
* | tree-wide: convert more resolve1.Manager calls to BusLocatorDavid Tardon2023-05-241-7/+2
|/
* nspawn: make the error message less confusingFrantisek Sumsal2023-05-181-2/+2
* nspawn: correctly parse a list of interfacesFrantisek Sumsal2023-05-181-27/+37
* nspawn: clean up & unify cleanup handlersFrantisek Sumsal2023-05-181-32/+30
* nspawn: use ASSERT_PTR() moreFrantisek Sumsal2023-05-181-31/+25
* nspawn: make sure the device type survives when setting device modeFrantisek Sumsal2023-05-161-1/+1
* nspawn: fix a global-buffer-overflowFrantisek Sumsal2023-05-161-0/+1
* nspawn: fix inverted conditionFrantisek Sumsal2023-05-161-1/+1
* nspawn: call json_dispatch() with a correct pointerFrantisek Sumsal2023-05-161-1/+1
* nspawn: all hooks should be arrays of objects, not just objectsFrantisek Sumsal2023-05-161-3/+3
* nspawn: use the just returned errno in the log messageFrantisek Sumsal2023-05-161-1/+1
* nspawn: disableOOMKiller should be boolean, not intFrantisek Sumsal2023-05-161-7/+7
* nspawn: modernize the cleanup functions a bitFrantisek Sumsal2023-05-161-16/+12
* nspawn: avoid NULL pointer dereferenceFrantisek Sumsal2023-05-162-0/+3
* nspawn: file system namespace -> mount namespaceFrantisek Sumsal2023-05-151-1/+1
* nspawn: fix a typo in an error messageFrantisek Sumsal2023-05-151-1/+1
* nspawn: simplify error handlingFrantisek Sumsal2023-05-141-6/+4
* nspawn: port over to /supervisor/ subcgroup being delegated to nspawnLennart Poettering2023-04-271-5/+16
* nspawn: Don't follow /etc/resolv.conf symlinksDaan De Meyer2023-04-241-1/+1
* tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-2/+1
* image-policy: introduce parse_image_policy_argument() helperYu Watanabe2023-04-131-9/+3
* nspawn: container network interface namingThierry Martin2023-04-126-66/+194
* Merge pull request #25608 from poettering/dissect-moarLennart Poettering2023-04-121-1/+19
|\
| * tree-wide: hook up image dissection policy logic everywhereLennart Poettering2023-04-051-1/+19
* | Merge pull request #26887 from yuwata/proc-cmdline-filter-argumentsZbigniew Jędrzejewski-Szmek2023-04-071-0/+3
|\ \ | |/ |/|
| * tree-wide: reset optind to 0 when GNU extensions in optstring are usedYu Watanabe2023-03-291-0/+3
* | nspawn: ignore NULL machine ID in the containerYu Watanabe2023-04-041-11/+1
* | Revert "sd-id128: make id128_read() optionally take root directory"Yu Watanabe2023-04-041-1/+4
|/
* sd-id128: make id128_read() optionally take root directoryYu Watanabe2023-03-271-4/+1
* chase-symlinks: Rename chase_symlinks() to chase()Daan De Meyer2023-03-243-23/+23