diff --git a/feuille.c b/feuille.c index 1eea332..1052c96 100644 --- a/feuille.c +++ b/feuille.c @@ -294,7 +294,7 @@ int main(int argc, char *argv[]) /* OpenBSD-only security measures */ #ifdef __OpenBSD__ - pledge("stdio proc inet", "stdio wpath inet"); + pledge("proc stdio rpath wpath cpath inet", "stdio rpath wpath cpath inet"); #endif /* create a thread pool for incoming connections */