seccomp: Add a seccomp_data parameter secure_computing()
[deliverable/linux.git] / arch / x86 / entry / vsyscall / vsyscall_64.c
index 174c2549939d6d184b3c0e01e9d08e23356dacbe..85acde5fa44209c95babb0262ab59a90c5524d5d 100644 (file)
@@ -207,7 +207,7 @@ bool emulate_vsyscall(struct pt_regs *regs, unsigned long address)
         */
        regs->orig_ax = syscall_nr;
        regs->ax = -ENOSYS;
-       tmp = secure_computing();
+       tmp = secure_computing(NULL);
        if ((!tmp && regs->orig_ax != syscall_nr) || regs->ip != address) {
                warn_bad_vsyscall(KERN_DEBUG, regs,
                                  "seccomp tried to change syscall nr or ip");
This page took 0.025123 seconds and 5 git commands to generate.