Changeset 866d8e15
- Timestamp:
- 03/22/2021 04:50:25 PM (4 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 639a5b9
- Parents:
- 427b46a
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r427b46a r866d8e15 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 1"> <!-- Always 2 digits -->3 <!ENTITY day "22"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2021"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 2 1st, &year;">9 <!ENTITY releasedate "March 22nd, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r427b46a r866d8e15 43 43 --> 44 44 <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> 45 55 <para>March 21st, 2021</para> 46 56 <itemizedlist> -
x/lib/qtwebengine.xml
r427b46a r866d8e15 459 459 460 460 <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: 463 466 </para> 464 467 … … 466 469 <screen><literal>General setup ---> 467 470 -*- Namespaces support ---> 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> 480 473 481 474 <indexterm zone="qtwebengine qtwebengine-kernel">
Note:
See TracChangeset
for help on using the changeset viewer.