index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
nspawn
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12628 from keszybz/dbus-execute
Michal Sekletar
2019-05-30
4
-64
/
+27
|
\
|
*
Rework cpu affinity parsing
Zbigniew Jędrzejewski-Szmek
2019-05-29
4
-64
/
+27
*
|
nspawn: also support ifindex when specifying network interface
Yu Watanabe
2019-05-30
1
-10
/
+10
*
|
Merge pull request #12390 from poettering/string-file-mkdir
Zbigniew Jędrzejewski-Szmek
2019-05-28
1
-2
/
+1
|
\
\
|
*
|
tree-wide: make use of the new WRITE_STRING_FILE_MKDIR_0755 flag
Lennart Poettering
2019-05-08
1
-2
/
+1
|
|
/
*
/
nspawn: expose the new seccomp actions in the OCI logic
Lennart Poettering
2019-05-24
1
-5
/
+11
|
/
*
meson: make source files including nspawn-settings.h depend on libseccomp
Franck Bui
2019-04-30
1
-1
/
+1
*
codespell: fix spelling errors
Ben Boeckel
2019-04-29
4
-5
/
+6
*
nspawn-expose-ports: fix a typo in error message
Ben Boeckel
2019-04-26
1
-1
/
+1
*
nspawn: Fix volatile SELinux label
Dominick Grift
2019-04-13
1
-1
/
+1
*
json: simplify JSON_VARIANT_OBJECT_FOREACH() macro a bit
Lennart Poettering
2019-04-12
1
-13
/
+11
*
seccomp: check more error codes from seccomp_load()
Anita Zhang
2019-04-12
2
-3
/
+3
*
nspawn: create boot_id and kmsg files for overmounting in /run, not /tmp
Lennart Poettering
2019-04-07
1
-8
/
+5
*
tree-wide: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
2019-04-02
1
-59
/
+31
*
util-lib: when copying files make sure to apply some chattrs early, some late
Lennart Poettering
2019-03-28
1
-3
/
+3
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
6
-0
/
+6
*
Merge pull request #12106 from poettering/nosuidns
Zbigniew Jędrzejewski-Szmek
2019-03-26
2
-4
/
+4
|
\
|
*
mount-util: beef up bind_remount_recursive() to be able to toggle more than M...
Lennart Poettering
2019-03-25
2
-4
/
+4
*
|
Merge pull request #12105 from poettering/api-vfs-mount-flags
Zbigniew Jędrzejewski-Szmek
2019-03-26
1
-2
/
+3
|
\
\
|
*
|
nspawn: mount mqueue with nodev,noexec,nosuid, too
Lennart Poettering
2019-03-25
1
-2
/
+3
|
|
/
*
/
nspawn: minor improvements to --help text
Lennart Poettering
2019-03-26
1
-2
/
+3
|
/
*
Merge pull request #12079 from keszybz/fuzz-nspawn-oci
Lennart Poettering
2019-03-22
4
-56
/
+36
|
\
|
*
nspawn-oci: fix double free
Zbigniew Jędrzejewski-Szmek
2019-03-22
3
-6
/
+5
|
*
nspawn-oci: mount source is optional
Zbigniew Jędrzejewski-Szmek
2019-03-22
1
-1
/
+1
|
*
nspawn-oci: use _cleanup_ in one more place
Zbigniew Jędrzejewski-Szmek
2019-03-22
1
-49
/
+30
*
|
nspawn: don't free "fds" twice
Lennart Poettering
2019-03-22
1
-1
/
+1
*
|
Merge pull request #12055 from poettering/save-argc-argv
Zbigniew Jędrzejewski-Szmek
2019-03-22
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
main-func: implicitly save argc/argv in DEFINE_MAIN_FUNCTION() functions
Lennart Poettering
2019-03-21
1
-3
/
+0
|
*
util: introduce save_argc_argv() helper
Lennart Poettering
2019-03-21
1
-2
/
+1
*
|
nspawn: conditionalize libseccomp use
Lennart Poettering
2019-03-22
1
-3
/
+11
|
/
*
Merge pull request #12062 from poettering/nspawn-main-func
Lennart Poettering
2019-03-21
1
-51
/
+58
|
\
|
*
nspawn: voidify sd_notify() calls
Lennart Poettering
2019-03-21
1
-8
/
+8
|
*
nspawn: port to static destructors
Lennart Poettering
2019-03-21
1
-32
/
+33
|
*
nspawn: port to main-func.h logic
Lennart Poettering
2019-03-21
1
-11
/
+17
*
|
nspawn: add --no-pager switch
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-1
/
+9
|
/
*
Merge pull request #12059 from poettering/nspawn-typos
Zbigniew Jędrzejewski-Szmek
2019-03-21
2
-29
/
+44
|
\
|
*
nspawn: add a few missing flags from --help text
Lennart Poettering
2019-03-21
1
-1
/
+3
|
*
nspawn: reorder --help text, and add section
Lennart Poettering
2019-03-21
1
-29
/
+40
|
*
mount: when we fail to establish an inaccessible mount gracefully, undo the m...
Lennart Poettering
2019-03-21
1
-1
/
+3
*
|
Merge pull request #12058 from keszybz/oci-simplifications
Lennart Poettering
2019-03-21
1
-278
/
+205
|
\
\
|
|
/
|
/
|
|
*
util-lib: get rid of a helper variable
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-3
/
+2
|
*
nspawn-oci: add helper function for free_and_strdup with oom check
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-10
/
+2
|
*
nspawn-oci: use SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2019-03-21
1
-265
/
+201
*
|
Merge pull request #9762 from poettering/nspawn-oci
Zbigniew Jędrzejewski-Szmek
2019-03-21
14
-194
/
+3281
|
\
|
|
*
nspawn: mask out CAP_NET_ADMIN again if settings file turns off private netwo...
Lennart Poettering
2019-03-15
1
-4
/
+10
|
*
nspawn: use right constant for shifting for uint64_t caps
Lennart Poettering
2019-03-15
1
-2
/
+2
|
*
nspawn: add support for executing OCI runtime bundles with nspawn
Lennart Poettering
2019-03-15
11
-171
/
+3233
|
*
nspawn: (void)ify more stuff
Lennart Poettering
2019-03-15
1
-1
/
+1
|
*
nspawn: refactor setuid code a bit
Lennart Poettering
2019-03-15
2
-17
/
+36
*
|
tree-wide: fix false search hits with ppp (typos)
Topi Miettinen
2019-03-18
1
-1
/
+1
[next]