index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
namespace.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core/namespace: replace MOUNT_PRIVATE_TMP_READ_ONLY with MOUNT_PRIVATE_TMP wi...
Yu Watanabe
2024-10-23
1
-10
/
+5
*
core/namespace: coding style cleanups
Yu Watanabe
2024-10-23
1
-6
/
+6
*
core/namespace: honor MountEntry.read_only, .options, and so on in static ent...
Yu Watanabe
2024-10-23
1
-5
/
+10
*
core: do not fail if ignorable img.v/ vpick dir is missing
Luca Boccassi
2024-10-15
1
-0
/
+4
*
namespace: rename drop_unused_mounts() → sort_and_drop_unused_mounts()
Lennart Poettering
2024-10-09
1
-3
/
+3
*
core: drop implicit support of PrivateTmp=off
Yu Watanabe
2024-10-09
1
-1
/
+1
*
core: drop implicit support of PrivateUsers=off
Yu Watanabe
2024-10-08
1
-1
/
+1
*
tree-wide: replace reallocarray() with GREEDY_REALLOC()
Yu Watanabe
2024-10-08
1
-12
/
+4
*
core: do not fail if ignorable img.v/ vpick dir is empty
Luca Boccassi
2024-09-13
1
-6
/
+14
*
core: Add support for PrivateUsers=identity
Daan De Meyer
2024-09-09
1
-0
/
+8
*
core: rename BindJournalSockets= to BindLogSockets=
Mike Yuan
2024-09-04
1
-4
/
+4
*
core/namespace: add comment to explain the non-obvious assumption on /run/sys...
Mike Yuan
2024-09-04
1
-0
/
+2
*
core/namespace: make bind mounted journal sockets nosuid + noexec + nodev
Mike Yuan
2024-09-04
1
-3
/
+7
*
core/namespace: use GREEDY_REALLOC at one more place
Mike Yuan
2024-09-04
1
-6
/
+2
*
core/namespace: create /dev/log only if journal socket is present
Mike Yuan
2024-09-03
1
-6
/
+11
*
core: introduce BindJournalSockets=
Mike Yuan
2024-09-03
1
-1
/
+12
*
namespace: Fix extension release memory leak
maia x.
2024-08-20
1
-8
/
+14
*
core: try again bind mounting if the destination was already created
Luca Boccassi
2024-06-30
1
-5
/
+5
*
core: deduplicate identical dm-verity ExtensionImages=
Luca Boccassi
2024-06-28
1
-1
/
+46
*
core: expose PrivateTmp=disconnected
Mike Yuan
2024-06-21
1
-1
/
+1
*
core/namespace: add assertion for PRIVATE_TMP_CONNECTED
Mike Yuan
2024-06-21
1
-1
/
+4
*
core/namespace: ensure private tmpfs is mounted earlier
Yu Watanabe
2024-06-20
1
-3
/
+5
*
Merge pull request #32724 from bluca/dynamic_user_no_private_tmp
Luca Boccassi
2024-06-18
1
-31
/
+110
|
\
|
*
core: do not imply PrivateTmp with DynamicUser, create a private tmpfs instead
Luca Boccassi
2024-06-17
1
-31
/
+110
*
|
fs-util: add simple open_mkdir() wrapper
Lennart Poettering
2024-06-15
1
-1
/
+1
|
/
*
namespace: rename 'n' to 'n_mount_images'
Lennart Poettering
2024-06-13
1
-4
/
+4
*
core/namespace: take char* const* for strv, use FOREACH_ARRAY
Mike Yuan
2024-05-09
1
-7
/
+7
*
tree-wise: several cleanups for logging
Yu Watanabe
2024-04-30
1
-4
/
+4
*
core/namespace: modernize mount_private_dev
Mike Yuan
2024-04-27
1
-60
/
+41
*
core/namespace: modernize clone_device_node
Mike Yuan
2024-04-27
1
-21
/
+20
*
core/namespace: use FOREACH_ARRAY at one more place
Mike Yuan
2024-04-27
1
-3
/
+3
*
core/namespace: check error first, add missing assertion
Mike Yuan
2024-04-26
1
-3
/
+5
*
core: implement RootImage= via mountfsd in unprivileged environments
Lennart Poettering
2024-04-06
1
-36
/
+56
*
dissect-image: add flag for explicitly enabling userspace verity signature ch...
Lennart Poettering
2024-02-28
1
-1
/
+2
*
core: add support for vpick for ExtensionDirectories=
Luca Boccassi
2024-02-17
1
-5
/
+16
*
core: add support for vpick for ExtensionImages=
Luca Boccassi
2024-02-17
1
-1
/
+17
*
mountpoint-util: introduce path_is_mount_point_full
Mike Yuan
2024-02-06
1
-6
/
+6
*
namespace: don't invoke loopback_setup() unless we allocate a CLONE_NEWNET na...
Lennart Poettering
2024-01-31
1
-9
/
+7
*
simplify bitwise checking (#30722)
AtariDreams
2024-01-09
1
-2
/
+1
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-4
/
+4
*
core: do not make private /dev/ read-only too soon
Luca Boccassi
2023-12-08
1
-5
/
+0
*
core: check that extensions have the hierarchies before overlaying
Luca Boccassi
2023-11-03
1
-47
/
+62
*
namespace: fix whitespace mixup
Lennart Poettering
2023-11-03
1
-5
/
+5
*
namespace: normalize MountMode type a bit
Lennart Poettering
2023-10-28
1
-165
/
+165
*
core: do not post-process skipped mounts
Luca Boccassi
2023-10-26
1
-16
/
+51
*
Merge pull request #29529 from yuwata/core-namespace-check-priv
Luca Boccassi
2023-10-26
1
-66
/
+81
|
\
|
*
core/namespace: check if we have enough privilege to mount sysfs or procfs
Yu Watanabe
2023-10-26
1
-14
/
+27
|
*
core/namespace: unify logic of mounting /proc and /sys
Yu Watanabe
2023-10-26
1
-51
/
+40
|
*
core/namespace: split out create_temporary_mount_point()
Yu Watanabe
2023-10-19
1
-11
/
+24
*
|
core/namespace: merge if blocks
Mike Yuan
2023-10-19
1
-6
/
+4
[next]