From b4e8116c20792d218af9f334ef1ac83ba80ee60f Mon Sep 17 00:00:00 2001 From: Albert S Date: Tue, 10 Aug 2021 16:55:58 +0200 Subject: [PATCH] seccomp_enable_whitelist(): Fix comment --- qssb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qssb.h b/qssb.h index 51428f5..da9b993 100644 --- a/qssb.h +++ b/qssb.h @@ -577,7 +577,7 @@ static int seccomp_enable_blacklist(int *syscalls) } /* - * Blacklists the specified systemcalls. + * Whitelists the specified systemcalls. * * syscalls: array of system calls numbers. -1 must be the last entry. */