another correction

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-12 18:25:34 +00:00
parent 5b92b00bad
commit 22af92b473
+1 -1
View File
@@ -584,7 +584,7 @@ main(int argc, char *argv[])
if (pledge("stdio rpath wpath unveil", NULL) == -1)
err(errno, "pledge");
if (unveil("/dev/urandom", "r") == -1)
err(errno, "unveil '/dev/null'");
err(errno, "unveil /dev/urandom");
#else
if (pledge("stdio rpath wpath", NULL) == -1)
err(errno, "pledge");