Searched defs:syscall (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dsandbox-systrace.c25 #include <sys/syscall.h>
45 int syscall; member in struct:sandbox_policy
155 /* Set per-syscall policy */
158 for (j = 0; allowed_syscalls[j].syscall != -1; j++) {
159 if (allowed_syscalls[j].syscall == i) {
169 debug3("%s: policy: enable syscall %d", __func__, i);

Completed in 59 milliseconds