Skip to content

Commit

Permalink
[Fuchsia] Add fuchsia.net.SocketProvider to sandbox policies.
Browse files Browse the repository at this point in the history
FDIO will implement BSD socket APIs using the new SocketProvider service
rather than the old LegacySocketProvider, so add the new service to our
sandbox policies.

LegacySocketProvider will be removed after the Fuchsia SDK is rolled to
pick up the new FDIO implementation.

Bug: 927469
Change-Id: Ib662e052272a60dc1ee7d3d50553df89efa266df
Reviewed-on: https://chromium-review.googlesource.com/c/1448985
Reviewed-by: Michael Spang <spang@chromium.org>
Commit-Queue: Michael Spang <spang@chromium.org>
Auto-Submit: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#628159}
  • Loading branch information
Wez authored and Commit Bot committed Feb 1, 2019
1 parent 8f59653 commit 4e0e560
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/config/fuchsia/testing_sandbox_policy
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"fuchsia.media.Audio",
"fuchsia.mediacodec.CodecFactory",
"fuchsia.net.LegacySocketProvider",
"fuchsia.net.SocketProvider",
"fuchsia.netstack.Netstack",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
Expand Down
1 change: 1 addition & 0 deletions chromecast/cast_shell_sandbox_policy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"fuchsia.media.Audio",
"fuchsia.mediacodec.CodecFactory",
"fuchsia.net.LegacySocketProvider",
"fuchsia.net.SocketProvider",
"fuchsia.netstack.Netstack",
"fuchsia.process.Launcher",
"fuchsia.sys.Launcher",
Expand Down
1 change: 1 addition & 0 deletions fuchsia/http/sandbox_policy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"features": [ "root-ssl-certificates" ],
"services": [
"fuchsia.net.LegacySocketProvider",
"fuchsia.net.SocketProvider",
"fuchsia.netstack.Netstack"
]
}
1 change: 1 addition & 0 deletions fuchsia/runners/cast/sandbox_policy
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"fuchsia.fonts.Provider",
"fuchsia.media.Audio",
"fuchsia.net.LegacySocketProvider",
"fuchsia.net.SocketProvider",
"fuchsia.netstack.Netstack",
"fuchsia.process.Launcher",
"fuchsia.ui.input.ImeService",
Expand Down
1 change: 1 addition & 0 deletions fuchsia/runners/web/sandbox_policy
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"fuchsia.media.Audio",
"fuchsia.mediacodec.CodecFactory",
"fuchsia.net.LegacySocketProvider",
"fuchsia.net.SocketProvider",
"fuchsia.netstack.Netstack",
"fuchsia.process.Launcher",
"fuchsia.ui.input.ImeService",
Expand Down

0 comments on commit 4e0e560

Please sign in to comment.