mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user