diff --git a/AUTHORS b/AUTHORS index e461192a43300..c13e52849652a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -300,6 +300,7 @@ Craig Schlenter <craig.schlenter@gmail.com> Csaba Osztrogonác <ossy.szeged@gmail.com> Cynthia Revström <me@cynthia.re> Daegyu Lee <na7jun8gi@gmail.com> +Daeyoon Choi <yoonda5898@gmail.com> Dai Chunyang <chunyang.dai@intel.com> Daiwei Li <daiweili@suitabletech.com> Damien Marié <damien@dam.io> diff --git a/docs/README.md b/docs/README.md index 9daf487c0520f..a6c31809ceb9e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -259,7 +259,7 @@ used when committed. related tools. * [Chroot Notes](linux/using_a_chroot.md) - Setting up a chroot to work around libfreetype differences in some versions of Linux. -* [Linux Sandboxing](linux/sandboxing.md) - The Linux multi-process model to +* [Linux Sandboxing](../sandbox/linux/README.md) - The Linux multi-process model to isolate browser components with different privileges. * [Zygote Process](linux/zygote.md) - How the Linux Zygote process, used to spawn new processes, works. diff --git a/docs/design/sandbox.md b/docs/design/sandbox.md index 226336c3a3d05..665d7640624e2 100644 --- a/docs/design/sandbox.md +++ b/docs/design/sandbox.md @@ -17,7 +17,7 @@ make persistent changes to the computer or access information that is confidential. The architecture and exact assurances that the sandbox provides are dependent on the operating system. This document covers the Windows implementation as well as the general design. The Linux implementation is -described [here](../../linux/sandbox/linux/README.md), the OSX implementation +described [here](../../sandbox/linux/README.md), the OSX implementation [here](https://dev.chromium.org/developers/design-documents/sandbox/osx-sandboxing-design). If you don't feel like reading this whole document you can read the