seccomp: Add a seccomp_data parameter secure_computing()
[deliverable/linux.git] / arch / arm64 / kernel / ptrace.c
index 3f6cd5c5234f1b565d2278987a59d0d476788283..6e2cf046615d5dbae7c474b07879426d4862d5fb 100644 (file)
@@ -1247,7 +1247,7 @@ static void tracehook_report_syscall(struct pt_regs *regs,
 asmlinkage int syscall_trace_enter(struct pt_regs *regs)
 {
        /* Do the secure computing check first; failures should be fast. */
-       if (secure_computing() == -1)
+       if (secure_computing(NULL) == -1)
                return -1;
 
        if (test_thread_flag(TIF_SYSCALL_TRACE))
This page took 0.024945 seconds and 5 git commands to generate.