Searched refs:secure_computing (Results 1 – 8 of 8) sorted by relevance
35 static inline int secure_computing(const struct seccomp_data *sd) in secure_computing() function61 static inline int secure_computing(struct seccomp_data *sd) { return 0; } in secure_computing() function
27 if (secure_computing(NULL) == -1) in handle_syscall()
211 tmp = secure_computing(NULL); in emulate_vsyscall()
323 if (secure_computing(NULL) == -1) in do_syscall_trace_enter()
936 if (secure_computing(NULL) == -1) in syscall_trace_enter()
407 - secure_computing is called from a ptrace_event()-safe context408 - secure_computing return value is checked and a return value of -1
1643 if (secure_computing(NULL) == -1) in syscall_trace_enter()
860 if (secure_computing(NULL)) { in do_syscall_trace_enter()