summaryrefslogtreecommitdiffstats
path: root/src/nspawn (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...Integral2024-10-264-48/+40
* tree-wide: use isatty_safe() everywhereLennart Poettering2024-10-251-3/+3
* Merge pull request #34783 from keszybz/man-nspawn-private-usersZbigniew Jędrzejewski-Szmek2024-10-181-1/+1
|\
| * tree-wise: use "lightweight" spellingZbigniew Jędrzejewski-Szmek2024-10-181-1/+1
* | fdset: optionally, close remaining fds asynchronouslyLennart Poettering2024-10-171-1/+1
|/
* tree-wide: replace reallocarray() with GREEDY_REALLOC()Yu Watanabe2024-10-083-32/+15
* tree-wide: drop doubled empty linesYu Watanabe2024-10-071-1/+0
* fs-util: rename laccess to access_nofollowMike Yuan2024-10-051-1/+1
* seccomp-util: include @sandbox in @defaultMickaël Salaün2024-09-271-1/+0
* tree-wide: drop unnecessary 'struct'Yu Watanabe2024-09-181-1/+1
* nspawn: fix typoYu Watanabe2024-09-161-1/+1
* tree-wide: make sigprocmask() changes more automaticLennart Poettering2024-09-131-0/+4
* nspawn: use ERRNO_IS_NEG_NOT_SUPPORTED() at one more placeYu Watanabe2024-09-091-1/+1
* nspawn: sync DeviceAllow= setting with systemd-nspawn@.serviceYu Watanabe2024-09-091-1/+1
* Merge pull request #34258 from yuwata/nspawn-volatile-uLennart Poettering2024-09-093-14/+57
|\
| * nspawn: only remount /usr/ with idmap when --volatile=yesYu Watanabe2024-09-061-4/+7
| * nspawn: mount /var/ after remount_idmap() when --volatile=stateYu Watanabe2024-09-063-4/+44
| * nspawn: use strv_extend() and friends to build directories passed to remount_...Yu Watanabe2024-09-061-9/+9
* | nspawn: enable FUSE in containersLuke T. Shumaker2024-09-073-4/+109
* | nspawn: register_machine() and allocate_scope() bools to flagsLuke T. Shumaker2024-09-073-14/+60
* | nspawn: re-flow comments that are wrapped weirdLuke T. Shumaker2024-09-071-13/+6
* | nspawn: convert copy_devnodes():devnodes from nulstr to strvLuke T. Shumaker2024-09-071-12/+14
* | nspawn: fix the comment about which namespaces outer_child is inLuke T. Shumaker2024-09-071-5/+13
* | Merge pull request #34280 from yuwata/cleanupsDaan De Meyer2024-09-061-1/+1
|\ \
| * | nspawn: fix indentationYu Watanabe2024-09-061-1/+1
| |/
* / nspawn: refuse to bind mount device node from host when --private-users= is s...Yu Watanabe2024-09-061-5/+5
|/
* Merge pull request #34090 from DaanDeMeyer/cow-fixYu Watanabe2024-09-051-1/+2
|\
| * copy: Introduce COPY_NOCOW_AFTER and use it when copying imagesDaan De Meyer2024-09-041-4/+3
| * Revert "tree-wide: Don't explicity disable copy-on-write when copying images"Daan De Meyer2024-09-041-2/+4
* | socket-util: make recvmsg_safe() handle MSG_TRUNC tooMike Yuan2024-09-041-8/+8
|/
* tree-wide: drop msg argument for DEFINE_CONFIG_PARSE() macro and friendsYu Watanabe2024-09-011-4/+4
* user-record: add helper that checks if a user record is root or the nobody userLennart Poettering2024-08-281-2/+2
* nspawn: propagate SSH authorized keys when binding user into contaier via --b...Lennart Poettering2024-08-281-4/+7
* Revert "nspawn: Allow specifying custom init program"Daan De Meyer2024-08-223-38/+10
* Revert "nspawn: fix settings leak for init parameter"Daan De Meyer2024-08-221-1/+0
* tree-wide: use isatty_safe() moreLennart Poettering2024-08-201-3/+3
* nspawn: Fix help typoDr. David Alan Gilbert2024-08-141-1/+1
* nspawn: Assume unified cgroup hierarchy if there's no systemd in the imageDaan De Meyer2024-08-133-13/+27
* nspawn: fix settings leak for init parameterLuca Boccassi2024-08-081-0/+1
* nspawn: Allow specifying custom init programDaan De Meyer2024-08-063-10/+38
* nspawn: Drop unused includesDaan De Meyer2024-08-061-6/+0
* nspawn: remove macvlan interfaces before network namespace diedYu Watanabe2024-07-303-0/+55
* tree-wide: Don't explicity disable copy-on-write when copying imagesDaan De Meyer2024-07-251-4/+2
* Merge pull request #33370 from grawity/run-titleZbigniew Jędrzejewski-Szmek2024-06-281-0/+3
|\
| * run: move condition inside set_window_title()Mantas Mikulėnas2024-06-251-2/+4
| * nspawn, vmspawn: honor the new window title switchMantas Mikulėnas2024-06-251-1/+2
* | nspawn: machine registration is now available unprivLennart Poettering2024-06-211-7/+1
|/
* various: move const ptr indicator to return valueZbigniew Jędrzejewski-Szmek2024-06-191-3/+3
* nspawn: use parse_boolean_argument() at two placesLennart Poettering2024-06-141-8/+4
* libsystemd: turn json.[ch] into a public APILennart Poettering2024-06-122-366/+335