Changeset 866d8e15 for x


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.