summaryrefslogtreecommitdiffstats
path: root/sandbox/linux/seccomp/sandbox.h
blob: 4c5d10af0ef22ba72ec1c425d8555f343e58593d (plain)
1
2
3
4
5
6
7
#ifndef SANDBOX_H__
#define SANDBOX_H__

extern "C" int  SupportsSeccompSandbox();
extern "C" void StartSeccompSandbox();

#endif // SANDBOX_H__