soupslurpr / BeauTyXT

A beautiful, private, secure, and minimalistic Text, Markdown, and Typst editor.
https://beautyxt.app
ISC License
97 stars 7 forks source link

Disallow memory W^X for the Rust libraries #135

Closed soupslurpr closed 8 months ago

soupslurpr commented 8 months ago

Test if mmap/mprotect calls with PROT_EXEC|PROT_WRITE arguments can be blocked.

soupslurpr commented 8 months ago

It seems both libraries need this.