Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Issue 11363212: Added support for greylisting of system calls. (Closed)

Created:
8 years, 1 month ago by Markus (顧孟勤)
Modified:
8 years, 1 month ago
CC:
chromium-reviews, agl, jln+watch_chromium.org
Visibility:
Public.

Description

Added support for greylisting of system calls. BUG=130662 TEST=sandbox_linux_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168969

Patch Set 1 #

Patch Set 2 : Now with more meat #

Total comments: 6

Patch Set 3 : Addressed reviewer's comments #

Total comments: 14

Patch Set 4 : #

Patch Set 5 : Rebase #

Patch Set 6 : Changed the way we test for byte order #

Patch Set 7 : Added Sandbox::ForwardSyscall() to make error reporting more straight-forward for common cases #

Total comments: 1

Patch Set 8 : Expanded comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1008 lines, -67 lines) Patch
M sandbox/linux/sandbox_linux.gypi View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.h View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/codegen.cc View 1 2 2 chunks +36 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/die.h View 3 chunks +12 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/die.cc View 1 2 3 6 chunks +17 lines, -5 lines 0 comments Download
M sandbox/linux/seccomp-bpf/errorcode.h View 2 chunks +2 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/errorcode.cc View 1 chunk +3 lines, -1 line 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.h View 1 2 3 4 5 6 7 4 chunks +65 lines, -6 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf.cc View 1 2 3 4 5 6 13 chunks +283 lines, -53 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc View 1 2 3 4 5 6 2 chunks +159 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall.h View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall.cc View 1 2 3 4 1 chunk +282 lines, -0 lines 0 comments Download
A sandbox/linux/seccomp-bpf/syscall_unittest.cc View 1 2 3 4 1 chunk +113 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Markus (顧孟勤)
I cleaned up the code that I was working on before getting sick and ripped ...
8 years, 1 month ago (2012-11-13 02:23:16 UTC) #1
jln (very slow on Chromium)
Looks like the meat is missing here. Did you forget syscall.cc ? (And its unit ...
8 years, 1 month ago (2012-11-14 00:49:23 UTC) #2
jln (very slow on Chromium)
Still didn't have time to review most of this, but I'm sending a first round ...
8 years, 1 month ago (2012-11-15 01:51:52 UTC) #3
Markus (顧孟勤)
PTAL
8 years, 1 month ago (2012-11-15 06:13:53 UTC) #4
jln (very slow on Chromium)
Looks good in general for a debugging feature. A few comments below. I also really ...
8 years, 1 month ago (2012-11-20 01:08:31 UTC) #5
Markus (顧孟勤)
I believe I addressed all your concerns. PTAL
8 years, 1 month ago (2012-11-20 02:44:53 UTC) #6
jln (very slow on Chromium)
On 2012/11/20 02:44:53, Markus (顧孟勤) wrote: > I believe I addressed all your concerns. PTAL ...
8 years, 1 month ago (2012-11-21 01:21:56 UTC) #7
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/11363212/diff/17004/sandbox/linux/seccomp-bpf/sandbox_bpf.h File sandbox/linux/seccomp-bpf/sandbox_bpf.h (right): https://chromiumcodereview.appspot.com/11363212/diff/17004/sandbox/linux/seccomp-bpf/sandbox_bpf.h#newcode291 sandbox/linux/seccomp-bpf/sandbox_bpf.h:291: // function, as it avoid the extra round-trip to ...
8 years, 1 month ago (2012-11-21 01:22:03 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/markus@chromium.org/11363212/20002
8 years, 1 month ago (2012-11-21 01:28:03 UTC) #9
commit-bot: I haz the power
8 years, 1 month ago (2012-11-21 04:12:14 UTC) #10
Change committed as 168969

Powered by Google App Engine
This is Rietveld 408576698