1
0
Fork 0

seccomp_enable_whitelist(): Fix comment

Dieser Commit ist enthalten in:
Albert S. 2021-08-10 16:55:58 +02:00
Ursprung 75f607bc35
Commit b4e8116c20
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen

2
qssb.h
Datei anzeigen

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