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
*
namespace: allow overriding /run with a TemporaryFileSystem=
Topi Miettinen
2021-12-11
1
-1
/
+1
*
namespace: allow ProcSubset=pid with some ProtectKernel options
Topi Miettinen
2021-11-27
1
-8
/
+34
*
extension-release.d/: add a new field SYSEXT_SCOPE= for clarifying what a sys...
Lennart Poettering
2021-11-23
1
-1
/
+1
*
tree-wide: port various places over to open_mkdir_at()
Lennart Poettering
2021-11-17
1
-7
/
+10
*
shared: clean up mkdir.h/label.h situation
Lennart Poettering
2021-11-16
1
-1
/
+1
*
namespace: make tmp dir handling code independent of umask too
Lennart Poettering
2021-11-12
1
-5
/
+7
*
namespace: make whole namespace_setup() work regardless of configured umask
Lennart Poettering
2021-11-12
1
-3
/
+4
*
namespace: rebreak a few comments
Lennart Poettering
2021-11-12
1
-16
/
+14
*
core: make DynamicUser=1 and StateDirectory= work with TemporaryFileSystem=/v...
Luca Boccassi
2021-10-27
1
-1
/
+35
*
basic: spit out chase_symlinks() from fs-util.[ch] → chase-symlinks.[ch]
Lennart Poettering
2021-10-05
1
-1
/
+1
*
dissect-image: load embedded verity signature info from image
Lennart Poettering
2021-09-28
1
-0
/
+7
*
tree-wide: mark set-but-not-used variables as unused to make LLVM happy
Frantisek Sumsal
2021-09-15
1
-1
/
+1
*
Merge pull request #20257 from bluca/seqno
Luca Boccassi
2021-08-31
1
-0
/
+1
|
\
|
*
dissect: use DISKSEQ when waiting for block devices
Luca Boccassi
2021-07-28
1
-0
/
+1
*
|
tree-wide: port everything over to new sd-id128 compund literal bliss
Lennart Poettering
2021-08-20
1
-2
/
+1
*
|
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-3
/
+3
|
/
*
Revert "core: do not set noexec on sysfs/procfs"
Lennart Poettering
2021-07-01
1
-1
/
+1
*
core/namespace: drop unnecessary initializations
Yu Watanabe
2021-06-26
1
-6
/
+6
*
Merge pull request #20023 from yuwata/re-enable-nosuid-mount-flag
Zbigniew Jędrzejewski-Szmek
2021-06-25
1
-0
/
+32
|
\
|
*
Revert "Revert "Mount all fs nosuid when NoNewPrivileges=yes""
Yu Watanabe
2021-06-25
1
-0
/
+32
*
|
ExtensionImages: log explicit error when extension-release metadata does not ...
Luca Boccassi
2021-06-25
1
-0
/
+9
|
/
*
Revert "Mount all fs nosuid when NoNewPrivileges=yes"
Topi Miettinen
2021-06-14
1
-32
/
+0
*
Mount all fs nosuid when NoNewPrivileges=yes
Topi Miettinen
2021-05-26
1
-0
/
+32
*
dissect-image: add support for optionally mounting images with idmapping on
Lennart Poettering
2021-05-07
1
-1
/
+1
*
tree-wide: enable automatic growing of file systems in images in various tool...
Lennart Poettering
2021-04-23
1
-1
/
+2
*
dissect: ignore udev database entries from before the loopback attachment
Lennart Poettering
2021-04-20
1
-0
/
+1
*
dissect: ignore old uevents when waiting for loopback partition scan
Lennart Poettering
2021-04-20
1
-0
/
+1
*
dissect: split read-only flag into two
Lennart Poettering
2021-04-19
1
-1
/
+1
*
tree-wide: avoid uninitialized warning on _cleanup_ variables
Luca Boccassi
2021-04-14
1
-2
/
+2
*
Merge pull request #18958 from poettering/dissect-no-root
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-3
/
+7
|
\
|
*
execute: drop DissectImageFlags parameter from namespace_setup()
Lennart Poettering
2021-03-16
1
-3
/
+7
|
*
dissect-image: split DISSECT_IMAGE_REQUIRE_ROOT in two
Lennart Poettering
2021-03-16
1
-1
/
+1
*
|
tree-wide: coccinelle fixes
Frantisek Sumsal
2021-03-18
1
-4
/
+2
|
/
*
Remount /dev/mqueue in unshared mount namespace for PrivateIPC
Xℹ Ruoyao
2021-03-03
1
-1
/
+33
*
Refactor network namespace specific functions in generic helpers
Xℹ Ruoyao
2021-03-03
1
-35
/
+41
*
tree-wide: fix typo
Yu Watanabe
2021-03-02
1
-1
/
+1
*
core: do not set noexec on sysfs/procfs
Luca Boccassi
2021-02-26
1
-1
/
+1
*
Merge pull request #18797 from keszybz/trivial-cleanups
Luca Boccassi
2021-02-25
1
-9
/
+6
|
\
|
*
core/namespace: inline more iterator variable declarations
Zbigniew Jędrzejewski-Szmek
2021-02-25
1
-9
/
+6
*
|
namespace: return correct error code
Lennart Poettering
2021-02-25
1
-1
/
+4
|
/
*
Add ExtensionImages directive to form overlays
Luca Boccassi
2021-02-23
1
-9
/
+187
*
core/namespace: reafactor applying mounts in a separate function
Luca Boccassi
2021-02-23
1
-93
/
+111
*
namespace: store and use original MountEntry paths when prefixing
Luca Boccassi
2021-02-16
1
-5
/
+29
*
MountImages: actually support optional paths
Luca Boccassi
2021-02-16
1
-0
/
+2
*
New directives NoExecPaths= ExecPaths=
Topi Miettinen
2021-01-29
1
-3
/
+91
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-18
/
+8
*
dissect: split verity_dissect_and_mount helper out for reuse
Luca Boccassi
2021-01-21
1
-64
/
+2
*
core: make NotifyAccess= in combination with RootDirectory=/RootImage= work
Lennart Poettering
2021-01-20
1
-4
/
+16
*
core: add DBUS method to bind mount new nodes without service restart
Luca Boccassi
2021-01-18
1
-3
/
+34
*
MountAPIVFS: always mount a tmpfs on /run
Luca Boccassi
2021-01-18
1
-1
/
+20
[next]