From 4fe24eb56db768250b22229b2fe95c8aa9ef345a Mon Sep 17 00:00:00 2001 From: kinichiro Date: Wed, 22 Aug 2018 00:12:56 +0900 Subject: [PATCH] Disable unveil --- include/compat/unistd.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/compat/unistd.h b/include/compat/unistd.h index e70a390..f521b94 100644 --- a/include/compat/unistd.h +++ b/include/compat/unistd.h @@ -62,6 +62,7 @@ int getpagesize(void); #endif #define pledge(request, paths) 0 +#define unveil(path, permissions) 0 #ifndef HAVE_PIPE2 int pipe2(int fildes[2], int flags);