This commit is contained in:
Omar Polo 2021-07-09 08:12:05 +00:00
parent be52e954c1
commit a5d822e542
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ sandbox_executor_process(void)
if (l->dir == NULL)
continue;
/* r so we can chdir into the correct directory */
/* r so we can chdir into the directory */
if (unveil(l->dir, "rx") == -1)
fatal("unveil %s for domain %s",
l->dir, h->domain);