1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 03:41:00 +00:00
serenity/Userland/Applications/FontEditor
Timothy Flynn 10a8b6d411 Userland: Add unveil/pledge requisites for dynamic Unicode data loading
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.
2021-12-21 13:09:49 -08:00
..
.gitignore Applications: Move to Userland/Applications/ 2021-01-12 12:05:23 +01:00
CMakeLists.txt FontEditor: Port to LibMain :^) 2021-11-24 00:25:23 +01:00
FontEditor.cpp LibGUI+FontEditor: Allow ComboBox on_change callback to be toggled 2021-11-30 10:51:51 +01:00
FontEditor.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
FontEditorWindow.gml FontEditor: Convert mode and transform buttons into toolbar actions 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
GlyphEditorWidget.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
GlyphMapWidget.cpp FontEditor: Remove superfluous 'this' pointers 2021-11-30 10:51:51 +01:00
GlyphMapWidget.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
main.cpp Userland: Add unveil/pledge requisites for dynamic Unicode data loading 2021-12-21 13:09:49 -08:00
NewFontDialog.cpp FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00
NewFontDialog.h FontEditor: Remove unused Vector<String> 2021-11-30 10:51:51 +01:00
NewFontDialogPage1.gml FontEditor: Allow editing new font header 2021-09-24 14:59:39 +02:00
NewFontDialogPage2.gml FontEditor: Correct NewFontDialog layout issues 2021-11-30 10:51:51 +01:00
UndoGlyph.h FontEditor: Convert to east const 2021-11-30 10:51:51 +01:00