From 22af92b4736f1c1716e32d3c06b2c64e49f30dc2 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 12 Mar 2026 18:25:34 +0000 Subject: another correction Signed-off-by: Leah Rowe --- util/nvmutil/nvmutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/nvmutil.c b/util/nvmutil/nvmutil.c index 3c0279e2..b718ac6e 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -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"); -- cgit v1.2.1