]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-importd.service.in
Merge pull request #12802 from irtimmer/fix-openssl
[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
c2fc2c25 18WatchdogSec=3min
658f26b8 19KillMode=mixed
0c28d51a
LP
20CapabilityBoundingSet=CAP_CHOWN CAP_FOWNER CAP_FSETID CAP_MKNOD CAP_SETFCAP CAP_SYS_ADMIN CAP_SETPCAP CAP_DAC_OVERRIDE
21NoNewPrivileges=yes
40652ca4 22MemoryDenyWriteExecute=yes
99894b86 23ProtectHostname=yes
0c28d51a 24RestrictRealtime=yes
3c19d0b4 25RestrictNamespaces=net
0c28d51a 26RestrictAddressFamilies=AF_UNIX AF_INET AF_INET6
ee8f2618
LP
27SystemCallFilter=@system-service @mount
28SystemCallErrorNumber=EPERM
7f396e5f 29SystemCallArchitectures=native
bff8f254 30LockPersonality=yes