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 11564030: Linux sandbox: add a new low-level broker process mechanism. (Closed)

Created:
8 years ago by jln (very slow on Chromium)
Modified:
8 years ago
CC:
chromium-reviews, erikwright+watch_chromium.org, agl, jln+watch_chromium.org
Visibility:
Public.

Description

Linux sandbox: add a new low-level broker process mechanism. We add a new low-level broker process mechanism that can be async signal safe and is suitable for use in the seccomp-bpf sandbox. Also fix UnixDomainSocket::SendMsg() to never generate a SIGPIPE. This is a re-land of https://chromiumcodereview.appspot.com/11557025/ (173064) BUG=165837 TBR=markus,willchan NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173128

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+817 lines, -1 line) Patch
M base/posix/unix_domain_socket.cc View 1 chunk +8 lines, -1 line 0 comments Download
M sandbox/linux/sandbox_linux.gypi View 3 chunks +17 lines, -0 lines 0 comments Download
M sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc View 2 chunks +100 lines, -0 lines 0 comments Download
A sandbox/linux/services/broker_process.h View 1 chunk +71 lines, -0 lines 0 comments Download
A sandbox/linux/services/broker_process.cc View 1 chunk +350 lines, -0 lines 0 comments Download
A sandbox/linux/services/broker_process_unittest.cc View 1 chunk +271 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
jln (very slow on Chromium)
This is a re-land of https://chromiumcodereview.appspot.com/11557025/
8 years ago (2012-12-14 04:23:27 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/11564030/1
8 years ago (2012-12-14 04:40:17 UTC) #2
willchan no longer on Chromium
lgtm On Thu, Dec 13, 2012 at 8:40 PM, <commit-bot@chromium.org> wrote: > CQ is trying ...
8 years ago (2012-12-14 04:41:29 UTC) #3
commit-bot: I haz the power
8 years ago (2012-12-14 07:46:57 UTC) #4
Message was sent while issue was closed.
Change committed as 173128

Powered by Google App Engine
This is Rietveld 408576698