]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-importd.service.in
tmpfiles: support --image= similar to --root=
[thirdparty/systemd.git] / units / systemd-importd.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
3d7415f4
LP
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=Virtual Machine and Container Download Service
12Documentation=man:systemd-importd.service(8)
16a5d412 13Documentation=https://www.freedesktop.org/wiki/Software/systemd/importd
3d7415f4
LP
14
15[Service]
16ExecStart=@rootlibexecdir@/systemd-importd
17BusName=org.freedesktop.import1
658f26b8 18KillMode=mixed
0c28d51a
LP
19CapabilityBoundingSet=CAP_CHOWN CAP_FOWNER CAP_FSETID CAP_MKNOD CAP_SETFCAP CAP_SYS_ADMIN CAP_SETPCAP CAP_DAC_OVERRIDE
20NoNewPrivileges=yes
40652ca4 21MemoryDenyWriteExecute=yes
99894b86 22ProtectHostname=yes
0c28d51a 23RestrictRealtime=yes
3c19d0b4 24RestrictNamespaces=net
0c28d51a 25RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
ee8f2618
LP
26SystemCallFilter=@system-service @mount
27SystemCallErrorNumber=EPERM
7f396e5f 28SystemCallArchitectures=native
bff8f254 29LockPersonality=yes
21d0dd5a 30@SERVICE_WATCHDOG@