seccomp_enable_whitelist(): Fix comment

Este commit está contenido en:
Albert S. 2021-08-10 16:55:58 +02:00
padre 75f607bc35
commit b4e8116c20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

2
qssb.h
Ver fichero

@ -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.
*/