| Index: docs/linux_suid_sandbox.md
|
| diff --git a/docs/linux_suid_sandbox.md b/docs/linux_suid_sandbox.md
|
| index 6b144e9aa7928bbda7b561fa4d7578d520c4ab4f..6f83849d8b2c433fa2557a829bf1fb9f0e6752d0 100644
|
| --- a/docs/linux_suid_sandbox.md
|
| +++ b/docs/linux_suid_sandbox.md
|
| @@ -1,5 +1,9 @@
|
| # Linux `SUID` Sandbox
|
|
|
| +*IMPORTANT NOTE: The Linux SUID sandbox is almost but not completely removed.
|
| +See https://bugs.chromium.org/p/chromium/issues/detail?id=598454
|
| +This page is mostly out-of-date.*
|
| +
|
| With [r20110](https://crrev.com/20110), Chromium on Linux can now sandbox its
|
| renderers using a `SUID` helper binary. This is one of
|
| [our layer-1 sandboxing solutions](linux_sandboxing.md).
|
|
|