]> git.proxmox.com Git - systemd.git/blame - units/systemd-coredump@.service.in
New upstream version 249~rc1
[systemd.git] / units / systemd-coredump@.service.in
CommitLineData
a032b68d 1# SPDX-License-Identifier: LGPL-2.1-or-later
52ad194e 2#
4c89c718
MP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
10[Unit]
11Description=Process Core Dump
12Documentation=man:systemd-coredump(8)
13DefaultDependencies=no
4c89c718 14Conflicts=shutdown.target
a10f5d05 15After=systemd-journald.socket
4c89c718
MP
16Requires=systemd-journald.socket
17Before=shutdown.target
18
19[Service]
8b3d4ff0 20ExecStart=-{{ROOTLIBEXECDIR}}/systemd-coredump
6e866b33
MB
21IPAddressDeny=any
22LockPersonality=yes
23MemoryDenyWriteExecute=yes
4c89c718 24Nice=9
6e866b33 25NoNewPrivileges=yes
4c89c718 26OOMScoreAdjust=500
81c58355
MB
27PrivateDevices=yes
28PrivateNetwork=yes
6e866b33 29PrivateTmp=yes
81c58355 30ProtectControlGroups=yes
6e866b33 31ProtectHome=yes
bb4f798a 32ProtectHostname=yes
81c58355 33ProtectKernelModules=yes
6e866b33 34ProtectKernelTunables=yes
e1f67bc7 35ProtectKernelLogs=yes
6e866b33 36ProtectSystem=strict
81c58355 37RestrictAddressFamilies=AF_UNIX
6e866b33
MB
38RestrictNamespaces=yes
39RestrictRealtime=yes
bb4f798a 40RestrictSUIDSGID=yes
6e866b33 41RuntimeMaxSec=5min
f5e65279 42StateDirectory=systemd/coredump
6e866b33
MB
43SystemCallArchitectures=native
44SystemCallErrorNumber=EPERM
45SystemCallFilter=@system-service