Sign in
chromium
/
external
/
seccompsandbox
Clone this repo:
Branches
master
91baa62
Make Maps constructor explicit.
by hans@chromium.org
· 12 years ago
master
9330761
Work-around for an erroneous warning message in gcc-4.7
by zodiac@gmail.com
· 12 years ago
95fc762
Add out-of-line copy ctor to Maps::Iterator.
by mseaborn@chromium.org
· 12 years ago
197650a
I am somewhat reluctantly changing the API so that setProcFD is no longer
by zodiac@gmail.com
· 13 years ago
e30c224
Get rid of a call to dup() that is no longer needed with the way the API works
by zodiac@gmail.com
· 13 years ago
f62b379
Change the sandbox API to require passing in a copy of /proc instead of
by zodiac@gmail.com
· 13 years ago
f407e20
PaX-enabled systems require us to mark our executables so that mprotect() doesn't get
by zodiac@gmail.com
· 13 years ago
a35a8eb
Include <unistd.h>, as we are otherwise missing definitions on some systems.
by zodiac@gmail.com
· 13 years ago
0bd5558
Import <sys/types.h>, as that is the canonical location of "ssize_t".
by zodiac@gmail.com
· 13 years ago
b5e8572
Make a small change to the API. Instead of passing in a file
by zodiac@gmail.com
· 13 years ago
57d626f
Add test for doing syscalls via "int $0"
by mseaborn@chromium.org
· 13 years ago
16a95cc
Add logic for patching calls to the x86-64 vsyscall page
by mseaborn@chromium.org
· 13 years ago
288cf2b
Add test for patching a system call instruction
by mseaborn@chromium.org
· 13 years ago
2c20cb8
Add tests for glibc functions which sometimes use the x86-64 vsyscall page
by mseaborn@chromium.org
· 13 years ago
1bd1a03
Tests: Split generic test runner out into test_runner.{cc,h}
by mseaborn@chromium.org
· 13 years ago
178bbab
Test runner: Make test discovery work within C++ (or C)
by mseaborn@chromium.org
· 13 years ago
202f2af
Add a tool for patching ELF libraries/executables offline
by mseaborn@chromium.org
· 13 years ago
39104e2
Remove some unused code in the library patcher
by mseaborn@chromium.org
· 13 years ago
464a08a
Add an ELF loader that can load and run an executable in the sandbox
by mseaborn@chromium.org
· 13 years ago
f2d6052
In 32bit mode, removed all assembly addressing modes that are incompatible with
by zodiac@gmail.com
· 13 years ago
More »