seccomp_enable_whitelist(): Fix comment

这个提交包含在:
Albert S. 2021-08-10 16:55:58 +02:00
父节点 75f607bc35
当前提交 b4e8116c20
共有 1 个文件被更改,包括 1 次插入1 次删除

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