seccomp: Add a seccomp_data parameter secure_computing()
[deliverable/linux.git] / arch / parisc / kernel / ptrace.c
index b5458b37fc5be2463f77a86cdddf35e4c88ab3ef..8edc47c0b98e9612a97f180ac7ea861b6253ba4c 100644 (file)
@@ -312,7 +312,7 @@ long compat_arch_ptrace(struct task_struct *child, compat_long_t request,
 long do_syscall_trace_enter(struct pt_regs *regs)
 {
        /* Do the secure computing check first. */
-       if (secure_computing() == -1)
+       if (secure_computing(NULL) == -1)
                return -1;
 
        if (test_thread_flag(TIF_SYSCALL_TRACE) &&
This page took 0.023186 seconds and 5 git commands to generate.