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

Unified Diff: sandbox.h

Issue 10178029: Make a small change to the API. Instead of passing in a file (Closed) Base URL: http://seccompsandbox.googlecode.com/svn/trunk/
Patch Set: Created 8 years, 8 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') | sandbox.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox.h
===================================================================
--- sandbox.h (revision 179)
+++ sandbox.h (working copy)
@@ -6,7 +6,7 @@
#define SANDBOX_H__
extern "C" int SupportsSeccompSandbox(int proc_fd);
jln (very slow on Chromium) 2012/04/27 23:00:29 LGTM Could you document that the caller to Suppor
Mark Seaborn 2012/04/27 23:07:38 Hmm, yes, that would be different from SeccompSand
-extern "C" void SeccompSandboxSetProcSelfMaps(int proc_self_maps);
+extern "C" void SeccompSandboxSetProcSelf(int proc_self);
Mark Seaborn 2012/04/27 23:07:38 Would SeccompSandboxSetProcSelfFd(int proc_self_fd
extern "C" void StartSeccompSandbox();
#endif // SANDBOX_H__
« no previous file with comments | « no previous file | sandbox.cc » ('j') | sandbox.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698