Title: [233444] trunk/Source/WebKit
Revision
233444
Author
[email protected]
Date
2018-07-02 16:15:31 -0700 (Mon, 02 Jul 2018)

Log Message

Update com.apple.NPSafeInput.sb to make it functional
https://bugs.webkit.org/show_bug.cgi?id=187276

Reviewed by Brent Fulgham.

* Resources/PlugInSandboxProfiles/com.apple.NPSafeInput.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (233443 => 233444)


--- trunk/Source/WebKit/ChangeLog	2018-07-02 22:54:32 UTC (rev 233443)
+++ trunk/Source/WebKit/ChangeLog	2018-07-02 23:15:31 UTC (rev 233444)
@@ -1,5 +1,14 @@
 2018-07-02  Youenn Fablet  <[email protected]>
 
+        Update com.apple.NPSafeInput.sb to make it functional
+        https://bugs.webkit.org/show_bug.cgi?id=187276
+
+        Reviewed by Brent Fulgham.
+
+        * Resources/PlugInSandboxProfiles/com.apple.NPSafeInput.sb:
+
+2018-07-02  Youenn Fablet  <[email protected]>
+
         Update com.cfca.npSecEditCtl.MAC.BOC.plugin.sb to make it functional
         https://bugs.webkit.org/show_bug.cgi?id=187261
 

Modified: trunk/Source/WebKit/Resources/PlugInSandboxProfiles/com.apple.NPSafeInput.sb (233443 => 233444)


--- trunk/Source/WebKit/Resources/PlugInSandboxProfiles/com.apple.NPSafeInput.sb	2018-07-02 22:54:32 UTC (rev 233443)
+++ trunk/Source/WebKit/Resources/PlugInSandboxProfiles/com.apple.NPSafeInput.sb	2018-07-02 23:15:31 UTC (rev 233444)
@@ -21,3 +21,12 @@
 ; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 ; THE POSSIBILITY OF SUCH DAMAGE.
 
+(allow mach-lookup
+    (global-name "com.apple.dock.fullscreen")
+    (global-name "com.apple.iohideventsystem"))
+
+(allow file-read*
+    (literal "/Library/Internet Plug-Ins/data.ini"))
+
+(allow iokit-get-properties
+    (iokit-property "manufacturer"))
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to