index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nspawn
/
nspawn.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nspawn: add support for 'managed' userns mode even when we run privileged
Lennart Poettering
6 days
1
-92
/
+156
*
nspawn: support foreign mappings also when nspawn doing the mapping itself
Lennart Poettering
6 days
1
-2
/
+39
*
nspawn: allow to run unpriv from dir
Lennart Poettering
6 days
1
-62
/
+66
*
nspawn: assorted coding style fixes
Lennart Poettering
13 days
1
-1
/
+1
*
nspawn: trivial scope reduction
Lennart Poettering
2025-01-15
1
-1
/
+2
*
tree-wide: port more code to namespace_open_by_type()
Lennart Poettering
2025-01-10
1
-8
/
+3
*
basic: port various pidfd/pidref helpers to PIDFD_GET_INFO and PIDFD_GET_*_NA...
Lennart Poettering
2025-01-06
1
-5
/
+3
|
\
|
*
namespace-util: modernize fd_is_namespace() and is_our_namespace()
Mike Yuan
2025-01-04
1
-5
/
+3
*
|
signal-util: generalize sigaction_nop_nocldstop
Mike Yuan
2025-01-04
1
-6
/
+1
|
/
*
nspawn: move uid shift/chown() code into shared/
Lennart Poettering
2025-01-04
1
-1
/
+1
*
nspawn: trivial tweaklets (#35831)
Daan De Meyer
2025-01-03
1
-8
/
+5
|
\
|
*
nspawn: improve log messages a bit
Lennart Poettering
2025-01-03
1
-2
/
+2
|
*
nspawn: drop some redundant {}
Lennart Poettering
2025-01-03
1
-6
/
+3
*
|
nspawn: rework userns_mkdir() around chase()
Lennart Poettering
2025-01-03
1
-9
/
+19
|
/
*
discover-image: introduce per-user image directories
Lennart Poettering
2024-12-20
1
-1
/
+2
*
nspawn: switch to read_virtual_file() for reading audit loginuid
Lennart Poettering
2024-12-19
1
-1
/
+1
*
nspawn: trivial improvements
Lennart Poettering
2024-12-19
1
-1
/
+2
*
nspawn: rename pin_fully_visible_fs() → pin_fully_visible_api_fs()
Lennart Poettering
2024-12-19
1
-2
/
+2
*
nspawn: rename 'fd' variable to something more descriptive
Lennart Poettering
2024-12-19
1
-6
/
+7
*
nspawn: use DEVNUM_FORMAT_STR/DEVNUM_FORMAT_VAL more
Lennart Poettering
2024-12-19
1
-1
/
+2
*
ptyfwd: always flush buffer and disconnect before exit
Yu Watanabe
2024-12-18
1
-3
/
+0
*
ptyfwd: always write additional line break on stop
Yu Watanabe
2024-12-18
1
-8
/
+1
*
tree-wide: remove support for kernels lacking ambient caps
Lennart Poettering
2024-12-17
1
-2
/
+2
*
meson: allow to customize the access mode for tty/pts devices
Yu Watanabe
2024-12-16
1
-2
/
+2
*
nspawn: improve error message when we cannot look into a container tree due t...
Lennart Poettering
2024-11-27
1
-3
/
+6
*
nspawn: don't try to unregister a machine we never registered
Lennart Poettering
2024-11-27
1
-1
/
+1
*
nspawn: improve log message on bad incoming sd_notify() message
Lennart Poettering
2024-11-23
1
-1
/
+1
*
nspawn: fix userns_mkdir() invocation
Lennart Poettering
2024-11-23
1
-4
/
+3
*
nspawn: --private-users-ownership= value is called 'chown', not 'own'
Lennart Poettering
2024-11-15
1
-1
/
+2
*
nspawn: ignore failure in creating /dev/net/tun when --private-network is uns...
Yu Watanabe
2024-11-14
1
-6
/
+19
*
nspawn: split out copy_devnode_one() and bind_mount_devnode() from copy_devno...
Yu Watanabe
2024-11-14
1
-70
/
+104
*
nspawn: silence warning about failure in getting fuse version
Yu Watanabe
2024-11-14
1
-1
/
+2
*
nspawn: fix indentation of run_container() parameter list
Lennart Poettering
2024-11-12
1
-9
/
+9
*
tree-wide: replace for loop with FOREACH_ELEMENT or FOREACH_ARRAY macros (#34...
Integral
2024-10-26
1
-7
/
+5
*
tree-wide: use isatty_safe() everywhere
Lennart Poettering
2024-10-25
1
-3
/
+3
*
Merge pull request #34783 from keszybz/man-nspawn-private-users
Zbigniew Jędrzejewski-Szmek
2024-10-18
1
-1
/
+1
|
\
|
*
tree-wise: use "lightweight" spelling
Zbigniew Jędrzejewski-Szmek
2024-10-18
1
-1
/
+1
*
|
fdset: optionally, close remaining fds asynchronously
Lennart Poettering
2024-10-17
1
-1
/
+1
|
/
*
tree-wide: drop doubled empty lines
Yu Watanabe
2024-10-07
1
-1
/
+0
*
fs-util: rename laccess to access_nofollow
Mike Yuan
2024-10-05
1
-1
/
+1
*
nspawn: fix typo
Yu Watanabe
2024-09-16
1
-1
/
+1
*
tree-wide: make sigprocmask() changes more automatic
Lennart Poettering
2024-09-13
1
-0
/
+4
*
nspawn: use ERRNO_IS_NEG_NOT_SUPPORTED() at one more place
Yu Watanabe
2024-09-09
1
-1
/
+1
*
Merge pull request #34258 from yuwata/nspawn-volatile-u
Lennart Poettering
2024-09-09
1
-10
/
+21
|
\
|
*
nspawn: only remount /usr/ with idmap when --volatile=yes
Yu Watanabe
2024-09-06
1
-4
/
+7
|
*
nspawn: mount /var/ after remount_idmap() when --volatile=state
Yu Watanabe
2024-09-06
1
-0
/
+8
|
*
nspawn: use strv_extend() and friends to build directories passed to remount_...
Yu Watanabe
2024-09-06
1
-9
/
+9
*
|
nspawn: enable FUSE in containers
Luke T. Shumaker
2024-09-07
1
-3
/
+97
*
|
nspawn: register_machine() and allocate_scope() bools to flags
Luke T. Shumaker
2024-09-07
1
-4
/
+7
*
|
nspawn: convert copy_devnodes():devnodes from nulstr to strv
Luke T. Shumaker
2024-09-07
1
-12
/
+14
[next]