index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
binfmt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-04-05
efivars: add helper to format efivarfs path
Zbigniew Jędrzejewski-Szmek
2
-6
/
+16
2019-04-05
tree-wide: use SD_ID128_UUID_FORMAT_STR as appropriate
Zbigniew Jędrzejewski-Szmek
3
-6
/
+8
2019-04-05
sd-id128: expose ID128_UUID_FORMAT_STR
Zbigniew Jędrzejewski-Szmek
5
-4
/
+11
2019-04-04
test-journal: move tests to /var/tmp/ and set FS_NOCOW_FL
v242-rc3
Lennart Poettering
6
-18
/
+42
2019-04-04
ask-passwd: slightly optimize handling arguments
Yu Watanabe
1
-8
/
+7
2019-04-04
bus-util: treat org.freedesktop.DBus.Error.ServiceUnknown nicely when polkit ...
Yu Watanabe
1
-2
/
+2
2019-04-04
udevadm: drop unused option
Yu Watanabe
1
-1
/
+1
2019-04-04
tty-ask-pw-agent: use right array
Lennart Poettering
1
-1
/
+1
2019-04-03
udev-util: allocate an event loop of our own for waiting
Lennart Poettering
1
-1
/
+1
2019-04-03
shared: be friendly to EROFS images
Lennart Poettering
1
-8
/
+14
2019-04-03
shared: path_join() is your friend
Lennart Poettering
1
-1
/
+2
2019-04-03
shared: no need to initialize variable
Lennart Poettering
1
-1
/
+1
2019-04-03
portabled: fix method name
Lennart Poettering
1
-1
/
+1
2019-04-03
portabled: reorder methods in vtable
Lennart Poettering
1
-1
/
+1
2019-04-03
portabled: fix dbus policy
Lennart Poettering
1
-3
/
+3
2019-04-03
docs: also document updates to stable repo
Zbigniew Jędrzejewski-Szmek
1
-0
/
+1
2019-04-03
docs: let's not close the milestone early
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2019-04-03
seccomp: rework how the S[UG]ID filter is installed
Zbigniew Jędrzejewski-Szmek
1
-106
/
+138
2019-04-03
test-seccomp: fix compilation on arm64
Zbigniew Jędrzejewski-Szmek
1
-1
/
+7
2019-04-03
kernel-install: add a check that the vmlinuz arg is sane
Zbigniew Jędrzejewski-Szmek
1
-0
/
+5
2019-04-03
docs: update release steps for meson
Zbigniew Jędrzejewski-Szmek
1
-8
/
+10
2019-04-03
build-sys: bump package version
v242-rc2
Zbigniew Jędrzejewski-Szmek
1
-1
/
+1
2019-04-03
pid1: pass unit name to seccomp parser when we have no file location
Zbigniew Jędrzejewski-Szmek
4
-13
/
+19
2019-04-03
basic/log: log any available location information in log_syntax()
Zbigniew Jędrzejewski-Szmek
1
-10
/
+28
2019-04-03
core: use a temporary variable for calculation of seccomp flags
Zbigniew Jędrzejewski-Szmek
1
-5
/
+10
2019-04-03
test: use newer verb to set log levels
Zbigniew Jędrzejewski-Szmek
5
-14
/
+14
2019-04-03
docs: fix path to unit files
Lennart Poettering
1
-11
/
+11
2019-04-03
core: fix build failure if seccomp is disabled
Davide Cavalca
1
-1
/
+1
2019-04-02
Revert "build: install /etc/systemd/{system,user}-generators"
Lennart Poettering
2
-4
/
+0
2019-04-02
update NEWS
Lennart Poettering
1
-0
/
+22
2019-04-02
meson: bump so versions
Lennart Poettering
1
-2
/
+2
2019-04-02
NEWS: add preliminary contributor list
Lennart Poettering
1
-1
/
+18
2019-04-02
update .mailmap
Lennart Poettering
1
-0
/
+2
2019-04-02
update TODO
Lennart Poettering
1
-3
/
+0
2019-04-02
core: imply NNP and SUID/SGID restriction for DynamicUser=yes service
Lennart Poettering
5
-10
/
+33
2019-04-02
units: turn on RestrictSUIDSGID= in most of our long-running daemons
Lennart Poettering
11
-1
/
+12
2019-04-02
man: document the new RestrictSUIDSGID= setting
Lennart Poettering
2
-12
/
+30
2019-04-02
analyze: check for RestrictSUIDSGID= in "systemd-analyze security"
Lennart Poettering
1
-0
/
+12
2019-04-02
core: expose SUID/SGID restriction as new unit setting RestrictSUIDSGID=
Lennart Poettering
6
-6
/
+36
2019-04-02
test: add test case for restrict_suid_sgid()
Lennart Poettering
1
-0
/
+208
2019-04-02
seccomp: introduce seccomp_restrict_suid_sgid() for blocking chmod() for suid...
Lennart Poettering
2
-0
/
+133
2019-04-02
seccomp: add debug messages to seccomp_protect_hostname()
Lennart Poettering
1
-2
/
+6
2019-04-02
core: add a generic helper that forwards per-unit method calls from Manager
Lennart Poettering
1
-135
/
+51
2019-04-02
udev: use strempty() where appropriate
Lennart Poettering
1
-2
/
+1
2019-04-02
json: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
1
-44
/
+22
2019-04-02
sd-event: use DIV_ROUND_UP where appropriate
Lennart Poettering
1
-1
/
+1
2019-04-02
sd-device: use xsprintf() where appropriate
Lennart Poettering
1
-1
/
+1
2019-04-02
tree-wide: use SYNTHETIC_ERRNO() where appropriate
Lennart Poettering
3
-67
/
+36
2019-04-02
boot: use TAKE_PTR() where appropriate
Lennart Poettering
2
-16
/
+8
2019-04-02
tree-wide: use reallocarray() where appropriate
Lennart Poettering
2
-2
/
+2
[next]