diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-12 18:25:34 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-12 18:25:34 +0000 |
| commit | 22af92b4736f1c1716e32d3c06b2c64e49f30dc2 (patch) | |
| tree | 353d1fb286db12db4a349d7e12bb812c4be9cd8d | |
| parent | 5b92b00bad6e8a8e0cd85c680fed9292e361ccaa (diff) | |
another correction
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/nvmutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |
