<rdar://problem/9513401>
authorjeffm@apple.com <jeffm@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 May 2011 20:22:46 +0000 (20:22 +0000)
committerjeffm@apple.com <jeffm@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 27 May 2011 20:22:46 +0000 (20:22 +0000)
Add "allow file-issue-extension*" to the sandbox profile to let the user style sheet be added as an exception and subsequently loaded.
This patch is actually by Timothy Hatcher, I'm just landing it for him.

Rubber-stamped by Steve Falkenburg.

* WebProcess/com.apple.WebProcess.sb: Added (allow file-issue-extension*).

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@87544 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebKit2/ChangeLog
Source/WebKit2/WebProcess/com.apple.WebProcess.sb

index ff008ba..9a0dff5 100644 (file)
@@ -1,3 +1,13 @@
+2011-05-27  Jeff Miller  <jeffm@apple.com>
+
+        Rubber-stamped by Steve Falkenburg.
+
+        <rdar://problem/9513401>
+        Add "allow file-issue-extension*" to the sandbox profile to let the user style sheet be added as an exception and subsequently loaded.
+        This patch is actually by Timothy Hatcher, I'm just landing it for him.
+
+        * WebProcess/com.apple.WebProcess.sb: Added (allow file-issue-extension*).
+
 2011-05-27  Stephanie Lewis  <slewis@apple.com>
 
         Rubber Stamped by Adam Roben.
index ce92d4d..0634612 100644 (file)
@@ -18,6 +18,9 @@
 (define (home-literal home-relative-literal)
   (literal (string-append (param "HOME_DIR") home-relative-literal)))
 
+;; Needed only for loading the user stylesheet at this time
+(allow file-issue-extension*)
+
 ;; Read-only preferences and data
 (allow file-read*
        ;; Basic system paths