From a5d822e542a927e88f655842273356225370c11f Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Fri, 9 Jul 2021 08:12:05 +0000 Subject: [PATCH] typo --- sandbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandbox.c b/sandbox.c index 6d57b86..7828922 100644 --- a/sandbox.c +++ b/sandbox.c @@ -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);