index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
units
/
systemd-journald.service.in
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
journald: implement socket forwarding
Sam Leonard
2024-02-15
1
-1
/
+2
*
unit: make journald stopped on soft-reboot before broadcasting SIGKILL
Yu Watanabe
2023-11-28
1
-0
/
+5
*
Drop split-usr and unmerged-usr support
Luca Boccassi
2023-07-28
1
-1
/
+1
*
journald-console: Add colors when forwarding to console
Daan De Meyer
2023-03-16
1
-0
/
+1
*
journal: give the ability to enable/disable systemd-journald-audit.socket
Franck Bui
2023-01-11
1
-1
/
+4
*
units: add IgnoreOnIsolate=yes to systemd-journald too
Zbigniew Jędrzejewski-Szmek
2022-07-01
1
-0
/
+5
*
meson: use jinja2 for unit templates
Zbigniew Jędrzejewski-Szmek
2021-05-19
1
-3
/
+3
*
units: typo fix /proc/<pid>/exec → /proc/<pid>/exe
Lennart Poettering
2020-11-25
1
-2
/
+2
*
units: document why CAP_SYS_PTRACE is needed by journald
Franck Bui
2020-11-25
1
-1
/
+5
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
units: add ProtectClock=yes
Topi Miettinen
2020-04-07
1
-0
/
+1
*
units: define RuntimeDirectory= in systemd-journald.service
Lennart Poettering
2020-01-31
1
-0
/
+2
*
units: sort settings in systemd-journald.service again
Lennart Poettering
2020-01-31
1
-1
/
+1
*
meson: allow WatchdogSec= in services to be configured
Zbigniew Jędrzejewski-Szmek
2019-10-25
1
-1
/
+1
*
journald: slightly bump OOM adjust for journald (#13366)
Lennart Poettering
2019-08-22
1
-0
/
+1
*
units: deny access to block devices
Topi Miettinen
2019-06-20
1
-0
/
+1
*
units: turn on RestrictSUIDSGID= in most of our long-running daemons
Lennart Poettering
2019-04-02
1
-0
/
+1
*
units: turn of ProtectHostname= again for services hat need to know about sys...
Lennart Poettering
2019-03-08
1
-1
/
+0
*
units: enable ProtectHostname=yes
Topi Miettinen
2019-02-20
1
-0
/
+1
*
units: set NoNewPrivileges= for all long-running services
Lennart Poettering
2018-11-12
1
-13
/
+14
*
meson: define @HIGH_RLIMIT_NOFILE@ and use it everywhere
Zbigniew Jędrzejewski-Szmek
2018-10-17
1
-1
/
+1
*
units: bump the RLIMIT_NOFILE soft limit for all services that access the jou...
Lennart Poettering
2018-10-16
1
-5
/
+3
*
units: switch from system call blacklist to whitelist
Lennart Poettering
2018-06-14
1
-1
/
+2
*
Add SPDX license headers to unit files
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+2
*
units: prohibit all IP traffic on all our long-running services (#6921)
Lennart Poettering
2017-10-04
1
-0
/
+1
*
units: set LockPersonality= for all our long-running services (#6819)
Lennart Poettering
2017-09-14
1
-0
/
+1
*
journald: make sure we retain all stream fds across restarts (#6348)
Michal Sekletar
2017-07-17
1
-1
/
+1
*
units: drop explicit NotifyAccess setting from journald's unit file (#5749)
Michal Sekletar
2017-04-19
1
-1
/
+0
*
units: make use of @reboot and @swap in our long-running service SystemCallFi...
Lennart Poettering
2017-02-09
1
-1
/
+1
*
units: restrict namespace for a good number of our own services
Lennart Poettering
2017-02-09
1
-0
/
+1
*
units: set SystemCallArchitectures=native on all our long-running services
Lennart Poettering
2017-02-09
1
-0
/
+1
*
units: further lock down our long-running services
Lennart Poettering
2016-09-25
1
-1
/
+3
*
units: tighten system call filters a bit
Lennart Poettering
2016-06-13
1
-1
/
+1
*
units: add a basic SystemCallFilter (#3471)
Topi Miettinen
2016-06-09
1
-0
/
+1
*
units: enable MemoryDenyWriteExecute (#3459)
Topi Miettinen
2016-06-08
1
-0
/
+1
*
journal: restore watchdog support
Lennart Poettering
2015-11-03
1
-0
/
+1
*
journald: never block when sending messages on NOTIFY_SOCKET socket
Lennart Poettering
2015-11-01
1
-1
/
+0
*
units: increase watchdog timeout to 3min for all our services
Lennart Poettering
2015-09-29
1
-1
/
+1
*
Revert "units: add SecureBits"
Lennart Poettering
2015-02-11
1
-1
/
+0
*
units: add SecureBits
Topi Miettinen
2015-02-11
1
-0
/
+1
*
journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)
Lennart Poettering
2015-01-08
1
-1
/
+3
*
journald: allow restarting journald without losing stream connections
Lennart Poettering
2015-01-06
1
-0
/
+1
*
units: make systemd-journald.service Type=notify
Michal Schmidt
2014-11-04
1
-0
/
+1
*
journald: if available pull audit messages from the kernel into journal logs
Lennart Poettering
2014-11-03
1
-3
/
+3
*
journald: add CAP_MAC_OVERRIDE in journald for SMACK issue
Juho Son
2014-10-22
1
-1
/
+1
*
core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...
Lennart Poettering
2014-06-04
1
-2
/
+0
*
journald: move /dev/log socket to /run
Lennart Poettering
2014-06-04
1
-1
/
+2
*
core: add new ReadOnlySystem= and ProtectedHome= settings for service units
Lennart Poettering
2014-06-03
1
-0
/
+2
*
journald: port to sd-event and enable watchdog support
Lennart Poettering
2013-12-11
1
-0
/
+1
*
journal: don't pull in flush service from journald service
Lennart Poettering
2012-09-04
1
-1
/
+0
[next]