udev: String substitutions can be done in ENV, too
[systemd_ALT.git] / units / systemd-userdbd.service.in
blobb57661100cd0f3ee6da659f7ac44a16312544549
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.
10 [Unit]
11 Description=User Database Manager
12 Documentation=man:systemd-userdbd.service(8)
13 Requires=systemd-userdbd.socket
14 After=systemd-userdbd.socket
15 Before=sysinit.target
16 DefaultDependencies=no
18 [Service]
19 CapabilityBoundingSet=CAP_DAC_READ_SEARCH CAP_SYS_RESOURCE
20 ExecStart={{ROOTLIBEXECDIR}}/systemd-userdbd
21 IPAddressDeny=any
22 LimitNOFILE={{HIGH_RLIMIT_NOFILE}}
23 LockPersonality=yes
24 MemoryDenyWriteExecute=yes
25 NoNewPrivileges=yes
26 PrivateDevices=yes
27 ProtectProc=invisible
28 ProtectControlGroups=yes
29 ProtectHome=yes
30 ProtectHostname=yes
31 ProtectKernelLogs=yes
32 ProtectKernelModules=yes
33 ProtectSystem=strict
34 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
35 RestrictNamespaces=yes
36 RestrictRealtime=yes
37 RestrictSUIDSGID=yes
38 SystemCallArchitectures=native
39 SystemCallErrorNumber=EPERM
40 SystemCallFilter=@system-service
41 Type=notify
42 {{SERVICE_WATCHDOG}}
44 [Install]
45 Also=systemd-userdbd.socket