diff options
| -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 0eaa8f43..dd0da230 100644 --- a/util/nvmutil/nvmutil.c +++ b/util/nvmutil/nvmutil.c @@ -84,7 +84,7 @@ main(int argc, char *argv[])  	const char *strMac = NULL, *strRMac = "??:??:??:??:??:??";  #ifdef __OpenBSD__ -	if (pledge("stdio wpath", NULL) == -1) +	if (pledge("stdio rpath wpath", NULL) == -1)  		err(errno, "pledge");  #endif | 
