util/nvmutil: remove redundant unveil call

in the given call, we then do an equivalent call
immediately after that is the same, but without
unveil, so we'll just defer to that.

this changes no behaviour.

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-02 17:03:00 +00:00
parent a4fe1bfa4d
commit c4138752c3
-2
View File
@@ -88,8 +88,6 @@ main(int argc, char *argv[])
fname = argv[1];
set_io_flags(argc, argv);
#ifdef __OpenBSD__
if (flags == O_RDONLY)
err_if(pledge("stdio rpath unveil", NULL) == -1);
block_unveil();
#endif
checkdir("/dev/urandom");