]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/udev.conf.xml
namespace: implicitly adds DeviceAllow= when RootImage= is set
[thirdparty/systemd.git] / man / udev.conf.xml
1 <?xml version='1.0'?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 SPDX-License-Identifier: LGPL-2.1+
7 -->
8
9 <refentry id="udev.conf"
10 xmlns:xi="http://www.w3.org/2001/XInclude">
11
12 <refentryinfo>
13 <title>udev.conf</title>
14 <productname>systemd</productname>
15 </refentryinfo>
16
17 <refmeta>
18 <refentrytitle>udev.conf</refentrytitle>
19 <manvolnum>5</manvolnum>
20 </refmeta>
21
22 <refnamediv>
23 <refname>udev.conf</refname>
24 <refpurpose>Configuration for device event managing daemon</refpurpose>
25 </refnamediv>
26
27 <refsynopsisdiv>
28 <para><filename>/etc/udev/udev.conf</filename></para>
29 </refsynopsisdiv>
30
31 <refsect1>
32 <title>Description</title>
33
34 <para>
35 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>
36 expects its main configuration file at
37 <filename>/etc/udev/udev.conf</filename>. It consists of a set
38 of variables allowing the user to override default udev
39 values. All empty lines or lines beginning with '#' are
40 ignored. The following variables can be set:
41 </para>
42
43 <variablelist>
44 <varlistentry>
45 <term><varname>udev_log</varname></term>
46
47 <listitem>
48 <para>The log level. Valid values are the numerical
49 syslog priorities or their textual representations:
50 <option>err</option>, <option>info</option> and
51 <option>debug</option>.</para>
52 </listitem>
53 </varlistentry>
54 </variablelist>
55
56 <para>
57 In addition, <filename>systemd-udevd</filename> can be configured
58 by command line options and the kernel command line (see
59 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>).
60 </para>
61 </refsect1>
62
63 <refsect1>
64 <title>See Also</title>
65 <para>
66 <citerefentry><refentrytitle>systemd-udevd</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
67 <citerefentry><refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum></citerefentry>,
68 <citerefentry><refentrytitle>udevadm</refentrytitle><manvolnum>8</manvolnum></citerefentry>
69 </para>
70 </refsect1>
71 </refentry>