Searched refs:alt_syscall (Results 1 – 3 of 3) sorted by relevance
9 Tests alt_syscall functionality using minijail.11 PURPOSE = "Verify that alt_syscall allows/blocks syscalls as expected"13 Syscalls which are allowed by the alt_syscall table should succeed, syscalls14 blocked by the alt_syscall table should fail, and attempts to change the15 alt_syscall table once it has been set should fail.
7 TARGETS = read mmap alt_syscall adjtimex clock_adjtime
160 int alt_syscall : 1; member1049 j->flags.alt_syscall = 1; in minijail_use_alt_syscall()2210 if (j->flags.alt_syscall) { in minijail_enter()