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; \
..
@@ -167,6 +168,15 @@ meson --prefix=/usr \
functional on LFS.
+
+
+ -Ddev-kvm-mode=0660
+
+ The default udev rule would allow all users to access
+ /dev/kvm. The editors
+ consider it dangerous. This option overrides it.
+
+
Compile the package: