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

Issue 10837135: Factor common syscall from GPU and Flash policies (Closed)

Created:
8 years, 4 months ago by jln (very slow on Chromium)
Modified:
8 years, 4 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam, Chris Evans
Visibility:
Public.

Description

Factor common syscall from GPU and Flash policies In the Linux BPF sandbox, we factor the common syscalls between the Flash and GPU policies into one common function. This change introduces no semantic change in the policies. BUG= NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150389

Patch Set 1 : #

Total comments: 6
Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -81 lines) Patch
M content/common/sandbox_seccomp_bpf_linux.cc View 3 chunks +56 lines, -81 lines 6 comments Download

Messages

Total messages: 11 (0 generated)
jln (very slow on Chromium)
This change doesn't change the policies at all: the goal is to make the next ...
8 years, 4 months ago (2012-08-07 05:18:41 UTC) #1
Chris Evans
https://chromiumcodereview.appspot.com/10837135/diff/2001/content/common/sandbox_seccomp_bpf_linux.cc File content/common/sandbox_seccomp_bpf_linux.cc (right): https://chromiumcodereview.appspot.com/10837135/diff/2001/content/common/sandbox_seccomp_bpf_linux.cc#newcode244 content/common/sandbox_seccomp_bpf_linux.cc:244: case __NR_getegid: Should we start preparing for the renderer ...
8 years, 4 months ago (2012-08-07 06:43:45 UTC) #2
jln (very slow on Chromium)
Let's hold this off until the next CL? The next CL will make all existing ...
8 years, 4 months ago (2012-08-07 08:02:41 UTC) #3
Jorge Lucangeli Obes
With the current syscall number evaluation code, the fact that the case: statements in the ...
8 years, 4 months ago (2012-08-07 18:31:49 UTC) #4
cevans
LGTM, with nit: I still think NR_times logically goes with the AllowGetTime concept. I know ...
8 years, 4 months ago (2012-08-07 18:34:54 UTC) #5
jln (very slow on Chromium)
On 2012/08/07 18:34:54, cevans wrote: > LGTM, with nit: I still think NR_times logically goes ...
8 years, 4 months ago (2012-08-07 18:49:50 UTC) #6
jln (very slow on Chromium)
On 2012/08/07 18:31:49, Jorge Lucangeli Obes wrote: > With the current syscall number evaluation code, ...
8 years, 4 months ago (2012-08-07 18:50:30 UTC) #7
Jorge Lucangeli Obes
On 2012/08/07 18:50:30, Julien Tinnes wrote: > On 2012/08/07 18:31:49, Jorge Lucangeli Obes wrote: > ...
8 years, 4 months ago (2012-08-07 19:19:24 UTC) #8
cevans
On Tue, Aug 7, 2012 at 11:49 AM, <jln@chromium.org> wrote: > On 2012/08/07 18:34:54, cevans ...
8 years, 4 months ago (2012-08-07 19:21:25 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jln@chromium.org/10837135/2001
8 years, 4 months ago (2012-08-07 19:23:00 UTC) #10
commit-bot: I haz the power
8 years, 4 months ago (2012-08-07 19:23:11 UTC) #11
Change committed as 150389

Powered by Google App Engine
This is Rietveld 408576698