Compare commits

..

No commits in common. "57238b535c7c5961cd0731af38f9f28ca541a589" and "75f607bc350354ed31fd0977311917e13241e703" have entirely different histories.

5
qssb.h
Melihat File

@ -152,9 +152,6 @@ static int default_blacklisted_syscals[] = {
QSSB_SYS(process_vm_readv),
QSSB_SYS(process_vm_writev),
QSSB_SYS(userfaultfd),
QSSB_SYS(init_module),
QSSB_SYS(finit_module),
QSSB_SYS(delete_module),
-1
};
@ -580,7 +577,7 @@ static int seccomp_enable_blacklist(int *syscalls)
}
/*
* Whitelists the specified systemcalls.
* Blacklists the specified systemcalls.
*
* syscalls: array of system calls numbers. -1 must be the last entry.
*/