Index: sandbox/linux/seccomp-bpf-helpers/syscall_sets.h |
diff --git a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h |
index 2cbea4694400bb05ee9de418788d3acfc1538917..c1e412e9034bf595ef9524ab9482fe9c5ff46c64 100644 |
--- a/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h |
+++ b/sandbox/linux/seccomp-bpf-helpers/syscall_sets.h |
@@ -53,7 +53,7 @@ class SANDBOX_EXPORT SyscallSets { |
static bool IsAllowedAddressSpaceAccess(int sysno); |
static bool IsAllowedGeneralIo(int sysno); |
- static bool IsAllowedPrctl(int sysno); |
+ static bool IsPrctl(int sysno); |
static bool IsAllowedBasicScheduler(int sysno); |
static bool IsAdminOperation(int sysno); |
static bool IsKernelModule(int sysno); |