mirror of
https://github.com/RGBCube/serenity
synced 2026-01-17 03:41:00 +00:00
Loading libunicodedata.so will require dlopen(), which in turn requires mmap(). The 'prot_exec' pledge is needed for this. Further, the .so itself must be unveiled for reading. The "real" path is unveiled (libunicodedata.so.serenity) as the symlink (libunicodedata.so) itself cannot be unveiled. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| CMakeLists.txt | ||
| FontEditor.cpp | ||
| FontEditor.h | ||
| FontEditorWindow.gml | ||
| GlyphEditorWidget.cpp | ||
| GlyphEditorWidget.h | ||
| GlyphMapWidget.cpp | ||
| GlyphMapWidget.h | ||
| main.cpp | ||
| NewFontDialog.cpp | ||
| NewFontDialog.h | ||
| NewFontDialogPage1.gml | ||
| NewFontDialogPage2.gml | ||
| UndoGlyph.h | ||