]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-machined.service.in
Add SPDX license headers to python scripts
[thirdparty/systemd.git] / units / systemd-machined.service.in
CommitLineData
1ee306e1
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Virtual Machine and Container Registration Service
10Documentation=man:systemd-machined.service(8)
16a5d412 11Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined
1ee306e1
LP
12Wants=machine.slice
13After=machine.slice
2221c17a 14RequiresMountsFor=/var/lib/machines
1ee306e1
LP
15
16[Service]
17ExecStart=@rootlibexecdir@/systemd-machined
1ee306e1 18BusName=org.freedesktop.machine1
c2fc2c25 19WatchdogSec=3min
0c28d51a 20CapabilityBoundingSet=CAP_KILL CAP_SYS_PTRACE CAP_SYS_ADMIN CAP_SETGID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_CHOWN CAP_FOWNER CAP_FSETID CAP_MKNOD
40652ca4 21MemoryDenyWriteExecute=yes
0c28d51a
LP
22RestrictRealtime=yes
23RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
6489ccfe 24SystemCallFilter=~@clock @cpu-emulation @debug @keyring @module @obsolete @raw-io @reboot @swap
7f396e5f 25SystemCallArchitectures=native
bff8f254 26LockPersonality=yes
0a9b166b 27IPAddressDeny=any
90adaa25
LP
28
29# Note that machined cannot be placed in a mount namespace, since it
30# needs access to the host's mount namespace in order to implement the
31# "machinectl bind" operation.