|
Linux: SUID sandbox support
* Make processes dumpable when they crash.
* Find crashing processes by searching for a socket inode, rather
than relying on SCM_CREDENTIALS. The kernel doesn't translate PIDs
between PID namespaces with SCM_CREDENTIALS, so we can't use the
PID there.
* Use a command line flag to the renderer to enable crash dumping.
Previously it tried to access the user's home directory for this
information.
* Search for a sandbox helper binary and, if found, use it.
* Include the source for a sandbox helper binary. It's current not
built by default.
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+427 lines, -23 lines) |
Patch |
|
M |
breakpad/linux/exception_handler.cc
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/app/breakpad_linux.cc
|
View
|
1
2
3
|
3 chunks |
+10 lines, -18 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/render_crash_handler_host_linux.cc
|
View
|
1
2
3
|
3 chunks |
+142 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/browser/zygote_host_linux.cc
|
View
|
|
3 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/zygote_main_linux.cc
|
View
|
1
2
3
|
3 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
A |
sandbox/linux/suid/sandbox.cc
|
View
|
1
2
3
|
1 chunk |
+213 lines, -0 lines |
0 comments
|
Download
|
|
M |
sandbox/sandbox.gyp
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|