2020-11-09 07:23:58 +03:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 19:35:03 +03:00
#
2014-05-16 22:14:23 +04:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
2014-05-19 00:10:48 +04:00
[Unit]
Description = Network Name Resolution
Documentation = man:systemd-resolved.service(8)
2020-09-29 09:03:10 +03:00
Documentation = man:org.freedesktop.resolve1(5)
2017-06-29 05:54:12 +03:00
Documentation = https://www.freedesktop.org/wiki/Software/systemd/writing-network-configuration-managers
Documentation = https://www.freedesktop.org/wiki/Software/systemd/writing-resolver-clients
2020-09-29 09:03:10 +03:00
2017-12-11 21:27:49 +03:00
DefaultDependencies = no
2018-09-19 11:04:33 +03:00
After = systemd-sysusers.service systemd-networkd.service
2017-12-11 21:27:49 +03:00
Before = network.target nss-lookup.target shutdown.target
Conflicts = shutdown.target
2017-04-21 12:21:17 +03:00
Wants = nss-lookup.target
2014-05-19 00:10:48 +04:00
[Service]
2017-08-09 17:15:07 +03:00
AmbientCapabilities = CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
2020-09-11 11:56:06 +03:00
BusName = org.freedesktop.resolve1
2018-11-12 19:19:48 +03:00
CapabilityBoundingSet = CAP_SETPCAP CAP_NET_RAW CAP_NET_BIND_SERVICE
2021-05-16 12:55:36 +03:00
ExecStart = !!{{ROOTLIBEXECDIR}}/systemd-resolved
2018-11-12 19:19:48 +03:00
LockPersonality = yes
MemoryDenyWriteExecute = yes
NoNewPrivileges = yes
2016-08-26 14:23:27 +03:00
PrivateDevices = yes
2018-11-12 19:19:48 +03:00
PrivateTmp = yes
2020-08-06 15:50:38 +03:00
ProtectProc = invisible
2020-04-02 21:18:11 +03:00
ProtectClock = yes
2016-08-26 14:23:27 +03:00
ProtectControlGroups = yes
2018-11-12 19:19:48 +03:00
ProtectHome = yes
2020-08-06 15:50:38 +03:00
ProtectKernelLogs = yes
2017-02-09 13:09:50 +03:00
ProtectKernelModules = yes
2018-11-12 19:19:48 +03:00
ProtectKernelTunables = yes
ProtectSystem = strict
Restart = always
RestartSec = 0
2016-08-26 14:23:27 +03:00
RestrictAddressFamilies = AF_UNIX AF_NETLINK AF_INET AF_INET6
2018-11-12 19:19:48 +03:00
RestrictNamespaces = yes
RestrictRealtime = yes
2019-03-20 21:52:20 +03:00
RestrictSUIDSGID = yes
2017-08-09 17:15:07 +03:00
RuntimeDirectory = systemd/resolve
RuntimeDirectoryPreserve = yes
2018-11-12 19:19:48 +03:00
SystemCallArchitectures = native
SystemCallErrorNumber = EPERM
SystemCallFilter = @system-service
Type = notify
User = systemd-resolve
2021-05-16 12:55:36 +03:00
{ { S E R V I C E _ W A T C H D O G } }
2014-05-19 00:10:48 +04:00
[Install]
WantedBy = multi-user.target
2017-02-16 19:48:48 +03:00
Alias = dbus-org.freedesktop.resolve1.service