Index: sandbox/linux/seccomp_bpf/sandbox.h |
=================================================================== |
--- sandbox/linux/seccomp_bpf/sandbox.h (revision 0) |
+++ sandbox/linux/seccomp_bpf/sandbox.h (revision 0) |
@@ -0,0 +1,13 @@ |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Use of this source code is governed by a BSD-style license that can be |
+// found in the LICENSE file. |
+ |
+#ifndef SECCOMP2_SANDBOX_H__ |
+#define SECCOMP2_SANDBOX_H__ |
+ |
+// See sandbox_impl.h for detailed comments on this API |
+extern "C" int SupportsSeccomp2Sandbox(int proc_fd); |
+extern "C" void Seccomp2SandboxSetProcFd(int proc_fd); |
+extern "C" void StartSeccomp2Sandbox(); |
+ |
+#endif // SECCOMP2_SANDBOX_H__ |
Property changes on: sandbox/linux/seccomp_bpf/sandbox.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |