aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-07-10 10:03:06 -0400
committerNick Mathewson <nickm@torproject.org>2020-07-14 10:59:18 -0400
commit268d01ada5f4a11c5d8e63215288eb593dbfb9ed (patch)
treeff938bad09c9e1373986a32cb23561736eaba0e2 /src/lib
parent7b24d56accfac9532bc760bca51a64c8462e2ab7 (diff)
downloadtor-268d01ada5f4a11c5d8e63215288eb593dbfb9ed.tar.gz
tor-268d01ada5f4a11c5d8e63215288eb593dbfb9ed.zip
Rename blacklist and whitelist wording
Closes #40033 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/sandbox/sandbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/sandbox/sandbox.c b/src/lib/sandbox/sandbox.c
index 2b4181e7f8..820e4fd1a5 100644
--- a/src/lib/sandbox/sandbox.c
+++ b/src/lib/sandbox/sandbox.c
@@ -935,7 +935,7 @@ sb_epoll_ctl(scmp_filter_ctx ctx, sandbox_cfg_t *filter)
* the seccomp filter sandbox.
*
* NOTE: if multiple filters need to be added, the PR_SECCOMP parameter needs
- * to be whitelisted in this function.
+ * to be allowlisted in this function.
*/
static int
sb_prctl(scmp_filter_ctx ctx, sandbox_cfg_t *filter)