1 # SPDX-License-Identifier: LGPL-2.1-or-later
3 # This file is part of systemd.
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.
11 Description=Locale Service
12 Documentation=man:systemd-localed.service(8)
13 Documentation=man:locale.conf(5)
14 Documentation=man:vconsole.conf(5)
15 Documentation=man:org.freedesktop.locale1(5)
19 BusName=org.freedesktop.locale1
20 CapabilityBoundingSet=
21 ExecStart={{LIBEXECDIR}}/systemd-localed
24 MemoryDenyWriteExecute=yes
30 ProtectControlGroups=yes
34 ProtectKernelModules=yes
35 ProtectKernelTunables=yes
38 {% if HAVE_LOCALEGEN %}
39 ReadWritePaths=/usr/lib/locale
41 RestrictAddressFamilies=AF_UNIX
42 RestrictNamespaces=yes
45 SystemCallArchitectures=native
46 SystemCallErrorNumber=EPERM
47 SystemCallFilter=@system-service