diff options
author | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-18 20:54:46 +0000 |
---|---|---|
committer | markus@chromium.org <markus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-18 20:54:46 +0000 |
commit | 8a93e3822b23897bde15cf0e2a7cdee5973fd5a2 (patch) | |
tree | 554c22cd6c5a41b159a82edceb853d405e806ab7 /sandbox/sandbox.gyp | |
parent | 5f74571613bed65f1bc527289ddfd8fbaee2bc89 (diff) | |
download | chromium_src-8a93e3822b23897bde15cf0e2a7cdee5973fd5a2.zip chromium_src-8a93e3822b23897bde15cf0e2a7cdee5973fd5a2.tar.gz chromium_src-8a93e3822b23897bde15cf0e2a7cdee5973fd5a2.tar.bz2 |
Add support for calling {rt_,}sigaction(), and for invoking signal handlers
from within the sandbox.
Added tests for the new functionality and merged the tests for sigreturn()
that had previously been committed to the standalone version of the sandbox
(on Google Code)
TEST=run "make test"
BUG=37728
Review URL: http://codereview.chromium.org/2074003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47561 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/sandbox.gyp')
-rw-r--r-- | sandbox/sandbox.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sandbox/sandbox.gyp b/sandbox/sandbox.gyp index 5564fabc..3100509 100644 --- a/sandbox/sandbox.gyp +++ b/sandbox/sandbox.gyp @@ -190,6 +190,7 @@ 'linux/seccomp/sandbox_impl.h', 'linux/seccomp/securemem.cc', 'linux/seccomp/securemem.h', + 'linux/seccomp/sigaction.cc', 'linux/seccomp/sigprocmask.cc', 'linux/seccomp/socketcall.cc', 'linux/seccomp/stat.cc', |