]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-localed.service.in
test: add heavy load loopback block device test
[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
21006e0e
ZJS
12Documentation=man:systemd-localed.service(8)
13Documentation=man:locale.conf(5)
14Documentation=man:vconsole.conf(5)
15Documentation=man:org.freedesktop.locale1(5)
f401e48c
LP
16
17[Service]
f401e48c 18BusName=org.freedesktop.locale1
0c28d51a 19CapabilityBoundingSet=
3ca9940c
LP
20ExecStart=@rootlibexecdir@/systemd-localed
21IPAddressDeny=any
22LockPersonality=yes
23MemoryDenyWriteExecute=yes
24NoNewPrivileges=yes
d99a7052 25PrivateDevices=yes
f21a71a9 26PrivateNetwork=yes
3ca9940c 27PrivateTmp=yes
24da96a1 28ProtectProc=invisible
0c28d51a 29ProtectControlGroups=yes
3ca9940c 30ProtectHome=yes
99894b86 31ProtectHostname=yes
24da96a1 32ProtectKernelLogs=yes
b6c7278c 33ProtectKernelModules=yes
3ca9940c
LP
34ProtectKernelTunables=yes
35ProtectSystem=strict
36ReadWritePaths=/etc
0c28d51a 37RestrictAddressFamilies=AF_UNIX
3ca9940c
LP
38RestrictNamespaces=yes
39RestrictRealtime=yes
62aa2924 40RestrictSUIDSGID=yes
7f396e5f 41SystemCallArchitectures=native
3ca9940c
LP
42SystemCallErrorNumber=EPERM
43SystemCallFilter=@system-service
21d0dd5a 44@SERVICE_WATCHDOG@