Searched refs:systrace_fd (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sandbox-systrace.c | 73 int systrace_fd; member 89 box->systrace_fd = -1; in ssh_sandbox_init() 132 if (ioctl(dev_systrace, STRIOCCLONE, &box->systrace_fd) == -1) in ssh_sandbox_parent() 136 debug3("%s: systrace attach, fd=%d", __func__, box->systrace_fd); in ssh_sandbox_parent() 137 if (ioctl(box->systrace_fd, STRIOCATTACH, &child_pid) == -1) in ssh_sandbox_parent() 139 box->systrace_fd, child_pid, strerror(errno)); in ssh_sandbox_parent() 145 if (ioctl(box->systrace_fd, STRIOCPOLICY, &policy) == -1) in ssh_sandbox_parent() 147 box->systrace_fd, strerror(errno)); in ssh_sandbox_parent() 151 if (ioctl(box->systrace_fd, STRIOCPOLICY, &policy) == -1) in ssh_sandbox_parent() 153 __func__, box->systrace_fd, strerror(errno)); in ssh_sandbox_parent() [all …]
|