summaryrefslogtreecommitdiff
path: root/src/nspawn
Commit message (Expand)AuthorAgeFilesLines
* 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-051-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
* core: Settle log target if we're going to be closing all fdsDaan De Meyer2023-03-221-0/+1
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-4/+7
* tree-wide: simplify x ? x : y to x ?: y where applicableFrantisek Sumsal2023-03-181-1/+1
* chase-symlinks: Remove unused ret_fd argumentsDaan De Meyer2023-03-141-1/+1
* Merge pull request #26641 from medhefgo/boot-elf2efiYu Watanabe2023-03-111-1/+2
|\
| * meson: Introduce userspace depJan Janssen2023-03-101-1/+2
* | lockfile-util: Rename to lock-utilDaan De Meyer2023-03-101-1/+1
|/
* nspawn: disable propagation for selected host API bind mountsLennart Poettering2023-03-031-0/+4
* nspawn: disconnect mounts propagation from host on our container dirLennart Poettering2023-03-031-5/+13
* nspawn: drop unused argLennart Poettering2023-03-021-3/+1
* Merge pull request #26632 from poettering/dissect-arch-nspawnLuca Boccassi2023-03-011-10/+13
|\
| * nspawn: fix DDI arch → personality() propagationLennart Poettering2023-03-011-10/+13
* | tree-wide: error handling modernizationsLennart Poettering2023-03-011-2/+2
|/
* nspawn: hook up memory pressure + sigrtmin+18Lennart Poettering2023-03-011-1/+8
* Merge pull request #26203 from medhefgo/mesonYu Watanabe2023-02-221-24/+38
|\
| * meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-9/+13
| * meson: Use dicts for test definitionsJan Janssen2023-02-211-15/+25
* | tree-wide: use FORK_REARRANGE_STDIO and FORK_CLOSE_ALL_FDSYu Watanabe2023-02-211-12/+6
|/
* treewide: fix a few typos in NEWS, docs and commentsDmitry V. Levin2023-02-151-1/+1
* src: fix several typos in log messagesDmitry V. Levin2023-02-151-1/+1
* nspawn: fix directory in logged errorml2023-02-121-1/+1
* tree-wide: set FORK_RLIMIT_NOFILE_SAFE flagYu Watanabe2023-02-071-4/+1
* id128: introduce ERRNO_IS_MACHINE_ID_UNSET() helper macroLennart Poettering2023-02-011-1/+1
* nspawn: Make sure we create bind mount points as the correct UID/GIDDaan De Meyer2023-01-291-1/+4
* nspawn: Drop CAP_NET_BIND_SERVICE when in userns but not in netnsDaan De Meyer2023-01-261-1/+10
* meson: Do not include headers in source listsJan Janssen2023-01-241-16/+0
* path-util: rework file_in_same_dir() on top of path_extract_directory()Lennart Poettering2023-01-241-7/+7
* loop-util: always tell kernel explicitly about loopback sector sizeLennart Poettering2023-01-181-0/+1
* nspawn: guard acl_free() with a NULL checkLennart Poettering2023-01-061-1/+3
* nspawn: port over basename() → path_extract_filename()Lennart Poettering2022-12-232-6/+13
* tree-wide: use -EBADF moreYu Watanabe2022-12-212-6/+6
* tree-wide: introduce PIPE_EBADF macroYu Watanabe2022-12-201-2/+2
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-195-13/+13
* mount-util: make mount_switch_root() take a mount propagation flagYu Watanabe2022-12-151-1/+1
* Merge pull request #25723 from keszybz/generators-tmpYu Watanabe2022-12-153-91/+96
|\
| * tree-wide: use mode=0nnn for mount optionZbigniew Jędrzejewski-Szmek2022-12-142-12/+17