Comment #11 on issue 16815 by [email protected]: LD_LIBRARY_PATH is
cleared when execing SUID binaries, so it's not passed to the zygote
http://code.google.com/p/chromium/issues/detail?id=16815
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=20781
------------------------------------------------------------------------
r20781 | [email protected] | 2009-07-15 13:19:14 -0700 (Wed, 15 Jul 2009) |
13 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/branches/194/src/chrome/browser/zygote_host_linux.cc?r1=20781&r2=20780
M
http://src.chromium.org/viewvc/chrome/branches/194/src/sandbox/linux/suid/sandbox.cc?r1=20781&r2=20780
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
[email protected]
Review URL: http://codereview.chromium.org/155584
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---