Skip to content

Automatically exported from code.google.com/p/seccompsandbox

License

Notifications You must be signed in to change notification settings

Visva92/seccompsandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a81253 · Dec 12, 2012
Nov 30, 2011
Mar 6, 2010
Jul 29, 2010
Sep 25, 2010
Oct 20, 2010
Oct 1, 2010
Mar 6, 2010
Jul 19, 2011
Sep 6, 2010
Oct 17, 2010
Jul 19, 2011
Nov 16, 2011
Oct 20, 2010
Nov 9, 2010
Sep 27, 2011
Jul 27, 2011
Oct 25, 2012
Apr 14, 2010
Oct 20, 2010
Sep 16, 2011
Nov 19, 2011
May 15, 2012
Sep 13, 2010
Sep 16, 2011
May 15, 2012
Aug 14, 2012
Dec 12, 2012
Oct 20, 2010
Sep 16, 2011
Oct 20, 2010
Jun 9, 2011
Oct 20, 2010
Nov 18, 2011
Jun 30, 2011
Oct 20, 2010
Jun 30, 2011
Jul 19, 2011
May 21, 2012
May 18, 2012
May 21, 2012
Nov 30, 2011
Oct 20, 2010
Sep 16, 2011
Sep 27, 2011
Apr 14, 2010
Sep 16, 2011
Oct 20, 2010
Sep 27, 2011
Jul 19, 2011
Aug 15, 2011
Jul 27, 2011
Sep 27, 2011
Mar 26, 2010
Mar 6, 2010
Jul 27, 2011
Jul 28, 2011
Jul 27, 2011
Jul 19, 2011
Jul 19, 2011
Sep 6, 2010
Sep 27, 2011
Jul 19, 2011
Sep 16, 2011
Mar 6, 2010

Repository files navigation

seccomp-sandbox includes a Gyp file for building with the Gyp makefile
generator (see http://code.google.com/p/gyp/).  This is primarily for
building seccomp-sandbox as part of Chromium, but it can also be used
to build seccomp-sandbox standalone.


To build seccomp-sandbox with Gyp you can do the following:

1) Check out Gyp from SVN:

$ svn checkout http://gyp.googlecode.com/svn/trunk

2) Add the "gyp" executable (a Python script) to your PATH

3) Run Gyp:

$ gyp seccomp.gyp --depth=.

This generates "Makefile".  Note that the non-Gyp, non-generated
makefile is named "makefile" without an upper case "M" so that it does
not get overwritten by Gyp.

4) Run GNU make to build the library:

$ make -f Makefile
...
  AR(target) out/Default/obj.target/libseccomp_sandbox.a

The resulting library is put in out/Default/obj.target.

Note that the tests are not built by seccomp.gyp yet.


To use a build directory that is separate from the source directory,
you can do the following:

mkdir -p build
cd build
gyp ../seccomp.gyp --depth=.
make

About

Automatically exported from code.google.com/p/seccompsandbox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published