seccomp_enable_whitelist(): Fix comment

This commit is contained in:
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.
*/