2020-11-09 13:23:58 +09:00
# SPDX-License-Identifier: LGPL-2.1-or-later
2017-11-18 17:35:03 +01:00
#
2012-05-21 15:12:18 +02: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.
2010-06-25 01:31:57 +02:00
[Unit]
2020-06-02 14:14:20 +02:00
Description = Rule-based Manager for Device Events and Files
2012-06-27 01:06:35 +02:00
Documentation = man:systemd-udevd.service(8) man:udev(7)
2013-03-25 21:22:52 +01:00
DefaultDependencies = no
2017-08-15 14:22:44 +01:00
After = systemd-sysusers.service systemd-hwdb-update.service
2013-06-14 22:56:39 +02:00
Before = sysinit.target
2024-04-05 04:04:31 +09:00
Wants = systemd-udev-load-credentials.service
2013-06-14 22:56:39 +02:00
ConditionPathIsReadWrite = /sys
2010-06-25 01:31:57 +02:00
[Service]
2022-09-25 20:47:53 +03:00
CapabilityBoundingSet = ~CAP_SYS_TIME CAP_WAKE_ALARM
2022-03-16 20:46:49 +09:00
Delegate = pids
2023-04-21 21:06:22 +02:00
DelegateSubgroup = udev
2023-01-02 17:21:16 +01:00
Type = notify-reload
2020-11-20 17:16:44 +09:00
# Note that udev will reset the value internally for its workers
2011-04-14 14:44:21 +02:00
OOMScoreAdjust = -1000
2012-07-02 21:35:14 +02:00
Sockets = systemd-udevd-control.socket systemd-udevd-kernel.socket
2012-06-28 12:13:52 +02:00
Restart = always
2012-07-18 02:31:52 +02:00
RestartSec = 0
2023-06-12 02:15:19 +01:00
ExecStart = {{LIBEXECDIR}}/systemd-udevd
2015-04-24 16:12:28 +02:00
KillMode = mixed
2016-06-23 22:31:01 +02:00
TasksMax = infinity
2018-06-01 11:24:40 +02:00
PrivateMounts = yes
2019-02-19 00:30:12 +02:00
ProtectHostname = yes
2016-08-26 13:23:27 +02:00
MemoryDenyWriteExecute = yes
2016-10-06 22:40:53 +09:00
RestrictAddressFamilies = AF_UNIX AF_NETLINK AF_INET AF_INET6
2019-03-20 19:52:20 +01:00
RestrictRealtime = yes
RestrictSUIDSGID = yes
2021-11-30 11:07:30 +01:00
SystemCallFilter = @system-service @module @raw-io bpf
2022-09-25 20:47:53 +03:00
SystemCallFilter = ~@clock
2018-04-19 11:04:17 +02:00
SystemCallErrorNumber = EPERM
2017-02-08 22:32:37 +01:00
SystemCallArchitectures = native
2017-09-14 19:45:40 +02:00
LockPersonality = yes
2017-10-04 14:16:28 +02:00
IPAddressDeny = any
2021-05-16 11:55:36 +02:00
{ { S E R V I C E _ W A T C H D O G } }