| Index: sandbox.h
|
| ===================================================================
|
| --- sandbox.h (revision 179)
|
| +++ sandbox.h (working copy)
|
| @@ -5,8 +5,9 @@
|
| #ifndef SANDBOX_H__
|
| #define SANDBOX_H__
|
|
|
| -extern "C" int SupportsSeccompSandbox(int proc_fd);
|
| -extern "C" void SeccompSandboxSetProcSelfMaps(int proc_self_maps);
|
| +// See sandbox_impl.h for detailed comments on this API
|
| +extern "C" int SupportsSeccompSandbox(int proc_self);
|
| +extern "C" void SeccompSandboxSetProcSelf(int proc_self);
|
| extern "C" void StartSeccompSandbox();
|
|
|
| #endif // SANDBOX_H__
|
|
|