aboutsummaryrefslogtreecommitdiff
path: root/sandbox.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-07-09 08:12:05 +0000
committerOmar Polo <op@omarpolo.com>2021-07-09 08:12:05 +0000
commita5d822e542a927e88f655842273356225370c11f (patch)
tree1f5ad4b02d147bb9efc48e0146d89d362f5f4fa0 /sandbox.c
parentbe52e954c1d54f80485c643663db8e2ffc27510f (diff)
typo
Diffstat (limited to 'sandbox.c')
-rw-r--r--sandbox.c2
1 files changed, 1 insertions, 1 deletions
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);