[email protected] writes: > CVSROOT: /cvs > Module name: ports > Changes by: [email protected] 2023/04/17 05:43:05 > > Modified files: > emulators/mgba : Makefile > emulators/mgba/patches: patch-src_platform_sdl_main_c > > Log message: > Expand pledge to add "flock", needed for mesa's shader cache. > > This is the third time this pledge call has been expanded due to > underlying changes in the graphics stack, indicating the program > would benefit from a privsep design with a dedicated GPU process.
The steady-state pledge promise is now: "stdio rpath wpath cpath fattr flock sendfd prot_exec drm audio"
