mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1190032 - Sandbox failure in nsPluginHost::GetPluginTempDir. r=areinald
This commit is contained in:
parent
c6102097f5
commit
821cabecb6
@ -393,11 +393,6 @@ static const char contentSandboxRules[] =
|
||||
" (appleevent-destination \"com.apple.preview\")\n"
|
||||
" (appleevent-destination \"com.apple.imagecaptureextension2\"))\n"
|
||||
"\n"
|
||||
"; bug 1153809\n"
|
||||
" (allow iokit-open\n"
|
||||
" (iokit-user-client-class \"NVDVDContextTesla\")\n"
|
||||
" (iokit-user-client-class \"Gen6DVDContext\"))\n"
|
||||
"\n"
|
||||
"; accelerated graphics\n"
|
||||
" (allow-shared-preferences-read \"com.apple.opengl\")\n"
|
||||
" (allow-shared-preferences-read \"com.nvidia.OpenGL\")\n"
|
||||
@ -413,6 +408,15 @@ static const char contentSandboxRules[] =
|
||||
" (iokit-user-client-class \"AGPMClient\")\n"
|
||||
" (iokit-user-client-class \"AppleGraphicsControlClient\")\n"
|
||||
" (iokit-user-client-class \"AppleGraphicsPolicyClient\"))\n"
|
||||
"\n"
|
||||
"; bug 1153809\n"
|
||||
" (allow iokit-open\n"
|
||||
" (iokit-user-client-class \"NVDVDContextTesla\")\n"
|
||||
" (iokit-user-client-class \"Gen6DVDContext\"))\n"
|
||||
"\n"
|
||||
"; bug 1190032\n"
|
||||
" (allow file*\n"
|
||||
" (home-subpath \"/Library/Caches/TemporaryItems/plugtmp\"))\n"
|
||||
" )\n"
|
||||
")\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user