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

Issue 155584: Merge 20733 - Linux: propagate LD_LIBRARY_PATH through the SUID sandbox.... (Closed)

Created:
11 years, 5 months ago by jon
Modified:
9 years, 7 months ago
Reviewers:
agl
CC:
chromium-reviews_googlegroups.com, agl, Ben Goodger (Google)
Visibility:
Public.

Description

Merge 20733 - Linux: propagate LD_LIBRARY_PATH through the SUID sandbox. With the SUID sandbox, certain environment variables (esp LD_LIBRARY_PATH) are cleared for security reasons. This means that the child zygote process isn't run with the correct environment and can fail to start. BUG=16815 TBR=agl@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20781

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
MM chrome/browser/zygote_host_linux.cc View 1 chunk +7 lines, -0 lines 0 comments Download
MM sandbox/linux/suid/sandbox.cc View 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jon
11 years, 5 months ago (2009-07-15 20:18:05 UTC) #1
agl
11 years, 5 months ago (2009-07-15 20:31:43 UTC) #2
On Wed, Jul 15, 2009 at 8:18 PM, <jon@chromium.org> wrote:
> Description:
> Merge 20733 - Linux: propagate LD_LIBRARY_PATH through the SUID sandbox.
> Please review this at http://codereview.chromium.org/155584

LGTM


AGL

Powered by Google App Engine
This is Rietveld 408576698