polkit-github-migration-bot / t4_polkit

Other
0 stars 0 forks source link

jsauthority: mozjs: Disable JIT - [merged] #393

Closed polkit-github-migration-bot closed 7 months ago

polkit-github-migration-bot commented 11 months ago

In gitlab.freedesktop.org by xry111 on Jul 29, 2023, 11:09

Link to the original merge request: https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/183 This merge request consists of the following commits:

The JIT compiling of mozjs needs W/X mapping, but our systemd hardening setting does not allow it.

For polkit, security is much more important than the speed running Javascript code in rule files, so we should disable JIT.

Fixes #199.")