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

Unified Diff: chrome/browser/utility.sb

Issue 434077: Add regex escaping code to Mac sandbox implementation and re-enable the utility process on OS X. (Closed)
Patch Set: Sync to trunk Created 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/utility.sb
diff --git a/chrome/browser/utility.sb b/chrome/browser/utility.sb
index 291e677c98fd5357a1eabd6d5d7233c67f46c0e7..3f88f1cbd47f093632be39396cb35ee84b90c7e6 100644
--- a/chrome/browser/utility.sb
+++ b/chrome/browser/utility.sb
@@ -36,5 +36,5 @@
; Needed for IPC on 10.6
;10.6_ONLY (allow ipc-posix-shm)
-; Enable full access to given directory.
-(allow file-read* file-write* (regex #"^DIR_TO_ALLOW_ACCESS"))
+; Enable full access to given directory if needed.
+;ENABLE_DIRECTORY_ACCESS (allow file-read* file-write* (regex #"DIR_TO_ALLOW_ACCESS"))

Powered by Google App Engine
This is Rietveld 408576698