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

Unified Diff: content/browser/gpu.sb

Issue 2919963003: Update sandbox profiles and remove regular expressions. (Closed)
Patch Set: Remove string quoting Created 3 years, 7 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 | content/common/common.sb » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu.sb
diff --git a/content/browser/gpu.sb b/content/browser/gpu.sb
index 55bb657236a0c2a19b9f01ab3ec169d2dfd7f1b6..bf3c5530a5d087e075716ec82d9d8037a1750bd1 100644
--- a/content/browser/gpu.sb
+++ b/content/browser/gpu.sb
@@ -25,4 +25,4 @@
; https://crbug.com/515280
(if (param-true? elcap-or-later)
- (allow file-read* (regex #"^/System/Library/Extensions($|/)")))
+ (allow file-read* (subpath "/System/Library/Extensions")))
« no previous file with comments | « no previous file | content/common/common.sb » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698