]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-localed.service.in
Merge pull request #12802 from irtimmer/fix-openssl
[thirdparty/systemd.git] / units / systemd-localed.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
f401e48c
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
f401e48c
LP
8# (at your option) any later version.
9
f401e48c
LP
10[Unit]
11Description=Locale Service
62ce6212 12Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5)
16a5d412 13Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed
f401e48c
LP
14
15[Service]
f401e48c 16BusName=org.freedesktop.locale1
0c28d51a 17CapabilityBoundingSet=
3ca9940c
LP
18ExecStart=@rootlibexecdir@/systemd-localed
19IPAddressDeny=any
20LockPersonality=yes
21MemoryDenyWriteExecute=yes
22NoNewPrivileges=yes
d99a7052 23PrivateDevices=yes
f21a71a9 24PrivateNetwork=yes
3ca9940c 25PrivateTmp=yes
0c28d51a 26ProtectControlGroups=yes
3ca9940c 27ProtectHome=yes
99894b86 28ProtectHostname=yes
b6c7278c 29ProtectKernelModules=yes
3ca9940c
LP
30ProtectKernelTunables=yes
31ProtectSystem=strict
32ReadWritePaths=/etc
0c28d51a 33RestrictAddressFamilies=AF_UNIX
3ca9940c
LP
34RestrictNamespaces=yes
35RestrictRealtime=yes
62aa2924 36RestrictSUIDSGID=yes
7f396e5f 37SystemCallArchitectures=native
3ca9940c
LP
38SystemCallErrorNumber=EPERM
39SystemCallFilter=@system-service
40WatchdogSec=3min