mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-10 09:45:00 +00:00
Mandelbrot: Pledge unix to enable image export
This commit is contained in:
@@ -398,7 +398,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
|
||||
{
|
||||
auto app = TRY(GUI::Application::create(arguments));
|
||||
|
||||
TRY(Core::System::pledge("stdio thread recvfd sendfd rpath wpath cpath"));
|
||||
TRY(Core::System::pledge("stdio thread recvfd sendfd rpath unix wpath cpath"));
|
||||
|
||||
#if 0
|
||||
TRY(Core::System::unveil("/res", "r"));
|
||||
|
||||
Reference in New Issue
Block a user