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

Unified Diff: build/common.gypi

Issue 181030: Clean out leftover bits of the path-based Linux SUID sandbox.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sandbox/linux/suid/sandbox.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 24995)
+++ build/common.gypi (working copy)
@@ -98,25 +98,11 @@
'chromeos%': 0,
- # Set the restrictions on the SUID sandbox binary.
- # Path: only exec the hard coded chrome binary path
- # User: only exec binaries owned by the running user.
- #
- # Developers should read
- # http://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment
- 'linux_suid_sandbox_restrictions%': 'Path',
-
# This is the location of the sandbox binary. Chrome looks for this before
# running the zygote process. If found, and SUID, it will be used to
# sandbox the zygote process and, thus, all renderer processes.
'linux_sandbox_path%': '',
- # If |linux_suid_sandbox_restrictions|, above, is 'Path' then only a single
- # path is allowed to be exec'ed by the sandbox for security reasons. That
- # path is set here. It should be the final location of the Chromium binary
- # on the system.
- 'linux_sandbox_chrome_path%': '/opt/google/chrome/chrome',
-
'conditions': [
['OS=="linux"', {
'conditions': [
« no previous file with comments | « no previous file | sandbox/linux/suid/sandbox.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698