Add complete syscall list

Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
This commit is contained in:
Gaulthier Gain 2021-06-24 12:00:00 +02:00
parent 2fd1e898b9
commit 386ded2bce

View file

@ -325,6 +325,26 @@ func initSystemCalls() map[string]int {
"process_vm_writev": 311, "process_vm_writev": 311,
"kcmp": 312, "kcmp": 312,
"finit_module": 313, "finit_module": 313,
"getrandom": 314, "sched_setattr": 314,
"sched_getattr": 315,
"renameat2": 316,
"seccomp": 317,
"getrandom": 318,
"memfd_create": 319,
"kexec_file_load": 320,
"bpf": 321,
"execveat": 322,
"userfaultfd": 323,
"membarrier": 324,
"mlock2": 325,
"copy_file_range": 326,
"preadv2flags": 327,
"pwritev2": 328,
"pkey_mprotect": 329,
"pkey_alloc": 330,
"pkey_free": 331,
"statx": 332,
"syscall333": 333,
"syscall334": 334,
} }
} }