Fix broken links about linux sandboxing
/docs/linux/sandboxing.md file is changed to /src/sandbox/linux/README.md at this below commit. https://chromium-review.googlesource.com/c/chromium/src/+/5597924 And fix additional broken link in docs/design/sandbox.md This also is related to sandboxing.md Bug: None Change-Id: Ib75aba447659fd7cdc8e3552c94e38205d13f1f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6507951 Commit-Queue: Euisang Lim <eui-sang.lim@samsung.com> Reviewed-by: Euisang Lim <eui-sang.lim@samsung.com> Reviewed-by: Elly FJ <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1455951}
This commit is contained in:
1
AUTHORS
1
AUTHORS
@ -300,6 +300,7 @@ Craig Schlenter <craig.schlenter@gmail.com>
|
|||||||
Csaba Osztrogonác <ossy.szeged@gmail.com>
|
Csaba Osztrogonác <ossy.szeged@gmail.com>
|
||||||
Cynthia Revström <me@cynthia.re>
|
Cynthia Revström <me@cynthia.re>
|
||||||
Daegyu Lee <na7jun8gi@gmail.com>
|
Daegyu Lee <na7jun8gi@gmail.com>
|
||||||
|
Daeyoon Choi <yoonda5898@gmail.com>
|
||||||
Dai Chunyang <chunyang.dai@intel.com>
|
Dai Chunyang <chunyang.dai@intel.com>
|
||||||
Daiwei Li <daiweili@suitabletech.com>
|
Daiwei Li <daiweili@suitabletech.com>
|
||||||
Damien Marié <damien@dam.io>
|
Damien Marié <damien@dam.io>
|
||||||
|
@ -259,7 +259,7 @@ used when committed.
|
|||||||
related tools.
|
related tools.
|
||||||
* [Chroot Notes](linux/using_a_chroot.md) - Setting up a chroot to work around
|
* [Chroot Notes](linux/using_a_chroot.md) - Setting up a chroot to work around
|
||||||
libfreetype differences in some versions of Linux.
|
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.
|
isolate browser components with different privileges.
|
||||||
* [Zygote Process](linux/zygote.md) - How the Linux Zygote process, used to
|
* [Zygote Process](linux/zygote.md) - How the Linux Zygote process, used to
|
||||||
spawn new processes, works.
|
spawn new processes, works.
|
||||||
|
@ -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
|
confidential. The architecture and exact assurances that the sandbox provides
|
||||||
are dependent on the operating system. This document covers the Windows
|
are dependent on the operating system. This document covers the Windows
|
||||||
implementation as well as the general design. The Linux implementation is
|
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).
|
[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
|
If you don't feel like reading this whole document you can read the
|
||||||
|
Reference in New Issue
Block a user