| |
| |
| |
| |
| |
| |
| |
| |
|
|
| [Unit] |
| Description=Virtual Machine and Container Registration Service |
| Documentation=man:systemd-machined.service(8) |
| Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined |
| Wants=machine.slice |
| After=machine.slice |
| RequiresMountsFor=/var/lib/machines |
|
|
| [Service] |
| ExecStart=@rootlibexecdir@/systemd-machined |
| BusName=org.freedesktop.machine1 |
| WatchdogSec=3min |
| CapabilityBoundingSet=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 |
| MemoryDenyWriteExecute=yes |
| RestrictRealtime=yes |
| RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6 |
| SystemCallFilter=@system-service @mount |
| SystemCallErrorNumber=EPERM |
| SystemCallArchitectures=native |
| LockPersonality=yes |
| IPAddressDeny=any |
| |
| |
| |
| |