diff options
author | Omar Polo <op@omarpolo.com> | 2021-07-09 08:12:05 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-07-09 08:12:05 +0000 |
commit | a5d822e542a927e88f655842273356225370c11f (patch) | |
tree | 1f5ad4b02d147bb9efc48e0146d89d362f5f4fa0 /sandbox.c | |
parent | be52e954c1d54f80485c643663db8e2ffc27510f (diff) |
typo
Diffstat (limited to 'sandbox.c')
-rw-r--r-- | sandbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |