Chromium Code Reviews| Index: docs/linux_suid_sandbox.md |
| diff --git a/docs/linux_suid_sandbox.md b/docs/linux_suid_sandbox.md |
| index 6b144e9aa7928bbda7b561fa4d7578d520c4ab4f..bf8472ad379e0839ba13fc7f409b37d27ae3aaad 100644 |
| --- a/docs/linux_suid_sandbox.md |
| +++ b/docs/linux_suid_sandbox.md |
| @@ -6,6 +6,9 @@ renderers using a `SUID` helper binary. This is one of |
| ## `SUID` helper executable |
| +*TODO This section seems to be out-of-date as `linux_sandbox_path` does not |
| +exist in the build. Please fix if you know about this!* |
|
Dirk Pranke
2016/04/11 21:51:07
The setuid sandbox is almost, but not completely g
|
| + |
| The `SUID` helper binary is called `chrome_sandbox` and you must build it |
| separately from the main 'chrome' target. To use this sandbox, you have to |
| specify its path in the `linux_sandbox_path` GYP variable. When spawning the |