Changeset 866d8e15


Ignore:
Timestamp:
03/22/2021 04:50:25 PM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
639a5b9
Parents:
427b46a
Message:

QtWebEngine - rework kernel namespace options.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24390 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r427b46a r866d8e15  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "03">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2021">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "March 21st, &year;">
     9<!ENTITY releasedate  "March 22nd, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    r427b46a r866d8e15  
    4343    -->
    4444    <listitem>
     45      <para>March 22nd, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Revise the Kernel Configuration section of
     49          QtWebEngine: User namespace works if PID namespace is enabled.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>March 21st, 2021</para>
    4656      <itemizedlist>
  • x/lib/qtwebengine.xml

    r427b46a r866d8e15  
    459459
    460460    <para>
    461       Enable the following options in the kernel configuration and recompile the
    462       kernel if necessary:
     461      This package does not require any of the optional kernel namespace items,
     462      but if User namespace is enabled <phrase revision="systemd">(as happens
     463      in some unit files, for hardening)</phrase> PID namespace must also be
     464      enabled. In that case enable the following options in the kernel
     465      configuration and recompile the kernel if necessary:
    463466    </para>
    464467
     
    466469<screen><literal>General setup ---&gt;
    467470  -*- Namespaces support ---&gt;
    468     [*]     UTS namespace                     [CONFIG_UTS_NS]
    469     [*]     TIME namespace                    [CONFIG_TIME_NS]
    470     [*]     IPC namespace                     [CONFIG_IPC_NS]
    471     [ ]     User namespace                    #CONFIG_USER_NS is not set
    472     [*]     PID namespace                     [CONFIG_PID_NS]
    473     [*]     Network namespace                 [CONFIG_NET_NS]</literal></screen>
    474 
    475     <para>
    476       These are now the default options. Do <emphasis>NOT</emphasis> enable
    477       User namespace (CONFIG_USER_NS), it <emphasis>will</emphasis> cause
    478       libQtWebengineCore to crash.
    479     </para>
     471    [ ]     User namespace                    [CONFIG_USER_NS]
     472    [*]     PID namespace                     [CONFIG_PID_NS]</literal></screen>
    480473
    481474    <indexterm zone="qtwebengine qtwebengine-kernel">
Note: See TracChangeset for help on using the changeset viewer.