Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: docs/linux_suid_sandbox.md

Issue 2545363002: Use HTTPS links for Google domains in docs (Closed)
Patch Set: Modify two more files in subdirectories Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « docs/linux_sandboxing.md ('k') | docs/mac_build_instructions.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Linux `SUID` Sandbox 1 # Linux `SUID` Sandbox
2 2
3 *IMPORTANT NOTE: The Linux SUID sandbox is almost but not completely removed. 3 *IMPORTANT NOTE: The Linux SUID sandbox is almost but not completely removed.
4 See https://bugs.chromium.org/p/chromium/issues/detail?id=598454 4 See https://bugs.chromium.org/p/chromium/issues/detail?id=598454
5 This page is mostly out-of-date.* 5 This page is mostly out-of-date.*
6 6
7 With [r20110](https://crrev.com/20110), Chromium on Linux can now sandbox its 7 With [r20110](https://crrev.com/20110), Chromium on Linux can now sandbox its
8 renderers using a `SUID` helper binary. This is one of 8 renderers using a `SUID` helper binary. This is one of
9 [our layer-1 sandboxing solutions](linux_sandboxing.md). 9 [our layer-1 sandboxing solutions](linux_sandboxing.md).
10 10
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 Older versions of the sandbox helper process will _only_ run 124 Older versions of the sandbox helper process will _only_ run
125 `/opt/google/chrome/chrome`. This string is hard coded 125 `/opt/google/chrome/chrome`. This string is hard coded
126 (`sandbox/linux/suid/sandbox.cc`). If your package is going to place the 126 (`sandbox/linux/suid/sandbox.cc`). If your package is going to place the
127 Chromium binary somewhere else you need to modify this string. 127 Chromium binary somewhere else you need to modify this string.
128 128
129 ## See also 129 ## See also
130 130
131 * [LinuxSUIDSandboxDevelopment](linux_suid_sandbox_development.md) 131 * [LinuxSUIDSandboxDevelopment](linux_suid_sandbox_development.md)
132 * [LinuxSandboxing](linux_sandboxing.md) 132 * [LinuxSandboxing](linux_sandboxing.md)
133 * General information on Chromium sandboxing: 133 * General information on Chromium sandboxing:
134 http://dev.chromium.org/developers/design-documents/sandbox 134 https://dev.chromium.org/developers/design-documents/sandbox
OLDNEW
« no previous file with comments | « docs/linux_sandboxing.md ('k') | docs/mac_build_instructions.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698