| Index: sandbox/linux/seccomp-bpf/sandbox_bpf.h
|
| diff --git a/sandbox/linux/seccomp-bpf/sandbox_bpf.h b/sandbox/linux/seccomp-bpf/sandbox_bpf.h
|
| index a551a520bf9957dd7c55c4280b3ecd3c0e7e571e..aee03fa7434ff026ab07d7bc638739e89f7e0110 100644
|
| --- a/sandbox/linux/seccomp-bpf/sandbox_bpf.h
|
| +++ b/sandbox/linux/seccomp-bpf/sandbox_bpf.h
|
| @@ -85,6 +85,10 @@
|
| #endif
|
|
|
| // For prctl.h
|
| +#ifndef PR_SET_SECCOMP
|
| +#define PR_SET_SECCOMP 22
|
| +#define PR_GET_SECCOMP 21
|
| +#endif
|
| #ifndef PR_SET_NO_NEW_PRIVS
|
| #define PR_SET_NO_NEW_PRIVS 38
|
| #define PR_GET_NO_NEW_PRIVS 39
|
|
|