diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/systemd.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 922017a01..672c839bc 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -47,8 +47,8 @@ <para>Fix a potential security issue with framebuffer devices:</para> -<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \ - -e '/SUBSYTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ +<screen><userinput remap="pre">sed -e 's@DRI and frame buffer@DRI@' \ + -e '/SUBSYSTEM==\"graphics\", KERNEL==\"fb\*\"/d' \ -i src/login/70-uaccess.rules</userinput></screen> <para>Disable two tests that always fail:</para> |