mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
now mkhtemp works on openbsd!
yay Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -61,7 +61,7 @@ main(int argc, char *argv[])
|
||||
|
||||
#ifdef __OpenBSD__
|
||||
/* https://man.openbsd.org/pledge.2 */
|
||||
if (pledge("stdio flock rpath wpath cpath", NULL) == -1)
|
||||
if (pledge("stdio flock rpath wpath cpath fattr", NULL) == -1)
|
||||
exitf("pledge");
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user