Home
last modified time | relevance | path

Searched refs:alt_syscall (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/site_tests/security_AltSyscall/
Dcontrol9 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, syscalls
14 blocked by the alt_syscall table should fail, and attempts to change the
15 alt_syscall table once it has been set should fail.
/external/autotest/client/site_tests/security_AltSyscall/src/
DMakefile7 TARGETS = read mmap alt_syscall adjtimex clock_adjtime
/external/minijail/
Dlibminijail.c160 int alt_syscall : 1; member
1049 j->flags.alt_syscall = 1; in minijail_use_alt_syscall()
2210 if (j->flags.alt_syscall) { in minijail_enter()