aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter08/systemd.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter08/systemd.xml b/chapter08/systemd.xml
index fcac04602..31d89e01a 100644
--- a/chapter08/systemd.xml
+++ b/chapter08/systemd.xml
@@ -66,6 +66,7 @@ meson --prefix=/usr \
-Dman=false \
-Dmode=release \
-Dpamconfdir=no \
+ -Ddev-kvm-mode=0660 \
-Ddocdir=/usr/share/doc/systemd-&systemd-version; \
..</userinput></screen>
@@ -167,6 +168,15 @@ meson --prefix=/usr \
functional on LFS.</para>
</listitem>
</varlistentry>
+
+ <varlistentry>
+ <term><parameter>-Ddev-kvm-mode=0660</parameter></term>
+ <listitem>
+ <para>The default udev rule would allow all users to access
+ <filename class='devicefile'>/dev/kvm</filename>. The editors
+ consider it dangerous. This option overrides it.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
<para>Compile the package:</para>