aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/udev.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml
index c634e823f..5e2416077 100644
--- a/chapter06/udev.xml
+++ b/chapter06/udev.xml
@@ -22,7 +22,13 @@
<sect2 role="installation">
<title>Installation of Udev</title>
-<para>First compile Udev:</para>
+<para>Begin by fixing an issue by which Udev ignores the contents of its
+permissions configuration file, and instead makes certain nodes (in particular
+<filename>/dev/null</filename>) usable only by root.</para>
+
+<screen><userinput>patch -Np1 -i ../udev-027-permissions-1.patch</userinput></screen>
+
+<para>Now compile Udev:</para>
<screen><userinput>make udevdir=/dev</userinput></screen>