Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(397)

Unified Diff: sandbox.h

Issue 10389201: Change the sandbox API to require passing in a copy of /proc instead of (Closed) Base URL: http://seccompsandbox.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox.h
===================================================================
--- sandbox.h (revision 183)
+++ sandbox.h (working copy)
@@ -6,8 +6,8 @@
#define SANDBOX_H__
// 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" int SupportsSeccompSandbox(int proc);
+extern "C" void SeccompSandboxSetProcFd(int proc);
extern "C" void StartSeccompSandbox();
#endif // SANDBOX_H__
« no previous file with comments | « no previous file | sandbox.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698