Author: ken
Date: Mon Mar 22 09:50:25 2021
New Revision: 24390

Log:
QtWebEngine - rework kernel namespace options.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/x/lib/qtwebengine.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Sun Mar 21 10:54:14 2021        (r24389)
+++ trunk/BOOK/general.ent      Mon Mar 22 09:50:25 2021        (r24390)
@@ -1,12 +1,12 @@
 <!-- $LastChangedBy$ $Date$ -->
 
-<!ENTITY day          "21">                   <!-- Always 2 digits -->
+<!ENTITY day          "22">                   <!-- Always 2 digits -->
 <!ENTITY month        "03">                   <!-- Always 2 digits -->
 <!ENTITY year         "2021">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "March 21st, &year;">
+<!ENTITY releasedate  "March 22nd, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- x.y|development -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Sun Mar 21 10:54:14 
2021        (r24389)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon Mar 22 09:50:25 
2021        (r24390)
@@ -42,6 +42,16 @@
     </listitem>
     -->
     <listitem>
+      <para>March 22nd, 2021</para>
+      <itemizedlist>
+        <listitem>
+          <para>[ken] - Revise the Kernel Configuration section of
+          QtWebEngine: User namespace works if PID namespace is enabled.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 21st, 2021</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/x/lib/qtwebengine.xml
==============================================================================
--- trunk/BOOK/x/lib/qtwebengine.xml    Sun Mar 21 10:54:14 2021        (r24389)
+++ trunk/BOOK/x/lib/qtwebengine.xml    Mon Mar 22 09:50:25 2021        (r24390)
@@ -458,25 +458,18 @@
     <title>Kernel Configuration</title>
 
     <para>
-      Enable the following options in the kernel configuration and recompile 
the
-      kernel if necessary:
+      This package does not require any of the optional kernel namespace items,
+      but if User namespace is enabled <phrase revision="systemd">(as happens
+      in some unit files, for hardening)</phrase> PID namespace must also be
+      enabled. In that case enable the following options in the kernel
+      configuration and recompile the kernel if necessary:
     </para>
 
 <!-- Spaces are significant in <screen> sections -->
 <screen><literal>General setup ---&gt;
   -*- Namespaces support ---&gt;
-    [*]     UTS namespace                     [CONFIG_UTS_NS]
-    [*]     TIME namespace                    [CONFIG_TIME_NS]
-    [*]     IPC namespace                     [CONFIG_IPC_NS]
-    [ ]     User namespace                    #CONFIG_USER_NS is not set
-    [*]     PID namespace                     [CONFIG_PID_NS]
-    [*]     Network namespace                 
[CONFIG_NET_NS]</literal></screen>
-
-    <para>
-      These are now the default options. Do <emphasis>NOT</emphasis> enable
-      User namespace (CONFIG_USER_NS), it <emphasis>will</emphasis> cause
-      libQtWebengineCore to crash.
-    </para>
+    [ ]     User namespace                    [CONFIG_USER_NS]
+    [*]     PID namespace                     
[CONFIG_PID_NS]</literal></screen>
 
     <indexterm zone="qtwebengine qtwebengine-kernel">
       <primary sortas="d-qtwebengine">qtwebengine</primary>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to