Changeset 0d5baf17


Ignore:
Timestamp:
01/18/2024 09:28:09 PM (5 months ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.1, ken/TL2024, lazarus, plabs/newcss, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
9c696618
Parents:
4a1a9d6f
Message:

Polkit: remove a couple of obsolete command explanations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/polkit.xml

    r4a1a9d6f r0d5baf17  
    232232  <sect2 role="commands">
    233233    <title>Command Explanations</title>
    234 
    235     <para>
    236       <command>sed -e '/mozjs/s/102/115/' meson.build</command>:
    237       Allow building this package with SpiderMonkey from Firefox 115 ESR
    238       releases.
    239     </para>
    240 
    241     <para>
    242       <command>sed -e 's/JS_Init/JS::DisableJitBackend(); &amp;/' ...
    243       </command>: The JIT compiling of <xref linkend='spidermonkey'/>
    244       needs W+X mapping which
    245       is dangerous and is not permitted by the
    246       <application>systemd</application> unit file shipped within the polkit
    247       package.  This command is not strictly needed on systems based on
    248       sysvinit but it still improves security.  It has no effect if building
    249       polkit with the recommended <xref linkend='duktape'/> Javascript
    250       engine.
    251     </para>
    252234
    253235    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.