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

Issue 10260024: Policy tweaks to address syscall failures seen in 20.0.115.1 (Closed)

Created:
8 years, 7 months ago by Chris Evans
Modified:
8 years, 7 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Policy tweaks to address syscall failures seen in 20.0.115.1 BUG=125635 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=134626

Patch Set 1 #

Patch Set 2 : #

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

Messages

Total messages: 7 (0 generated)
Chris Evans
(Anyone can give a quick review so I can hit the deadline for the next ...
8 years, 7 months ago (2012-04-30 22:54:45 UTC) #1
Kees Cook
lgtm
8 years, 7 months ago (2012-04-30 22:57:27 UTC) #2
Jorge Lucangeli Obes
lgtm
8 years, 7 months ago (2012-04-30 22:59:18 UTC) #3
Chris Evans
On 2012/04/30 22:59:18, Jorge Lucangeli Obes wrote: > lgtm Thanks Kees / Jorge. Once tomorrow's ...
8 years, 7 months ago (2012-04-30 23:04:05 UTC) #4
jln (very slow on Chromium)
https://chromiumcodereview.appspot.com/10260024/diff/2002/content/common/sandbox_init_linux.cc File content/common/sandbox_init_linux.cc (right): https://chromiumcodereview.appspot.com/10260024/diff/2002/content/common/sandbox_init_linux.cc#newcode255 content/common/sandbox_init_linux.cc:255: EmitAllowSyscall(__NR_gettimeofday, program); This still misses sigreturn and restart_syscall
8 years, 7 months ago (2012-04-30 23:44:29 UTC) #5
Markus (顧孟勤)
And of course, on 32bit you need both sigreturn and rt_sigreturn On Mon, Apr 30, ...
8 years, 7 months ago (2012-04-30 23:52:10 UTC) #6
cevans
8 years, 7 months ago (2012-05-01 02:40:32 UTC) #7
On Mon, Apr 30, 2012 at 5:44 PM, <jln@chromium.org> wrote:

>
> https://chromiumcodereview.**appspot.com/10260024/diff/**
>
2002/content/common/sandbox_**init_linux.cc<https://chromiumcodereview.appspot.com/10260024/diff/2002/content/common/sandbox_init_linux.cc>
> File content/common/sandbox_init_**linux.cc (right):
>
> https://chromiumcodereview.**appspot.com/10260024/diff/**
>
2002/content/common/sandbox_**init_linux.cc#newcode255<https://chromiumcodereview.appspot.com/10260024/diff/2002/content/common/sandbox_init_linux.cc#newcode255>
> content/common/sandbox_init_**linux.cc:255:
> EmitAllowSyscall(__NR_**gettimeofday, program);
> This still misses sigreturn and restart_syscall
>

Thanks. I'll add them in a follow-up CL. For now, I'm mainly trying to get
the policy stable "in the field". Once achieved, there will be furious
effort towards making it pretty :)


>
>
https://chromiumcodereview.**appspot.com/10260024/<https://chromiumcodereview...
>

Powered by Google App Engine
This is Rietveld 408576698