Changeset 191760 in webkit


Ignore:
Timestamp:
Oct 29, 2015 3:35:37 PM (9 years ago)
Author:
eric.carlson@apple.com
Message:

Revert inadvertent changes
https://bugs.webkit.org/show_bug.cgi?id=150694

Reviewed by Tim Horton.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r191759 r191760  
     12015-10-29  Eric Carlson  <eric.carlson@apple.com>
     2
     3        Revert inadvertent changes
     4        https://bugs.webkit.org/show_bug.cgi?id=150694
     5
     6        Reviewed by Tim Horton.
     7
     8        * WebProcess/com.apple.WebProcess.sb.in:
     9
    1102015-10-29  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in

    r190262 r191760  
    313313    (global-name "com.apple.coremedia.endpointplaybacksession.xpc")
    314314    (global-name "com.apple.coremedia.endpointpicker.xpc"))
    315 
    316 
    317 ;; Camera access
    318 (allow device-camera)
    319 (allow file-read*
    320     (literal "/Library/Preferences/com.apple.coremedia")
    321     (home-literal "/Library/Preferences/com.apple.coremedia"))
    322 (allow mach-lookup (extension "com.apple.app-sandbox.mach"))
    323 (allow mach-lookup
    324     (global-name "com.apple.cmio.AppleCameraAssistant")
    325     ;; Apple DAL assistants
    326     (global-name "com.apple.cmio.VDCAssistant")
    327     (global-name "com.apple.cmio.AVCAssistant")
    328     (global-name "com.apple.cmio.IIDCVideoAssistant")
    329     ;; QuickTimeIIDCDigitizer assistant
    330     (global-name "com.apple.IIDCAssistant"))
    331 (allow iokit-open
    332     ;; QuickTimeUSBVDCDigitizer
    333     (iokit-user-client-class "IOUSBDeviceUserClientV2")
    334     (iokit-user-client-class "IOUSBInterfaceUserClientV2"))
    335 
    336 ;; Microphone
    337 (allow device-microphone)
Note: See TracChangeset for help on using the changeset viewer.