Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Get rid of old sandbox rules for OS's we no longer support
https://bugs.webkit.org/show_bug.cgi?id=164638 Reviewed by Simon Fraser. Clean up the various sandbox profiles to get rid of rules that applied to operating system versions we no longer support, or were added in support of bugs that have long since been fixed. This should introduce no change in behavior. * DatabaseProcess/mac/com.apple.WebKit.Databases.sb.in: * NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in: * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in: * Resources/PlugInSandboxProfiles/com.oracle.java.JavaAppletPlugin.sb: * WebProcess/com.apple.WebProcess.sb.in: Canonical link: https://commits.webkit.org/182334@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@208611 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
20 additions
and 62 deletions.
- +19 −0 Source/WebKit2/ChangeLog
- +1 −4 Source/WebKit2/DatabaseProcess/mac/com.apple.WebKit.Databases.sb.in
- +0 −3 Source/WebKit2/NetworkProcess/mac/com.apple.WebKit.NetworkProcess.sb.in
- +0 −38 Source/WebKit2/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in
- +0 −7 Source/WebKit2/Resources/PlugInSandboxProfiles/com.oracle.java.JavaAppletPlugin.sb
- +0 −10 Source/WebKit2/WebProcess/com.apple.WebProcess.sb.in
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -33,13 +33,6 @@ | ||
(global-name "com.apple.coreservices.launchservicesd") | ||
(global-name-regex #"^PlaceHolderServerName-")) | ||
|
||
(allow file-read* | ||
(literal "/dev/fd") | ||
(literal "/usr/bin") | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters