Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-11 23:12:27 +00:00
parent 6962404ce5
commit 7af3015a89
+2
View File
@@ -67,6 +67,8 @@ main(int argc, char *argv[])
{
int c;
argv0 = argv[0];
#ifdef HAVE_PLEDGE
#if HAVE_PLEDGE > 0
if (pledge("stdio", NULL) == -1)