Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Issue 2319953002: arc: bluetooth: Implement socket opening (Closed)

Created:
4 years, 3 months ago by Rahul Chaturvedi
Modified:
4 years, 3 months ago
Reviewers:
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2785
Project:
chromium
Visibility:
Public.

Description

arc: bluetooth: Implement socket opening We cannot open BT sockets in side the container due to linux kernel disallowing socket() calls to BT subsystem in a net namespace. We avoid this by tunneling the actual socket() call to outside the container thusly. BUG=644494 Review-Url: https://codereview.chromium.org/2166143002 Cr-Commit-Position: refs/heads/master@{#406951} (cherry picked from commit f6ef3d8451163369bd5c8b0846b68edf75cb0c74)

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -0 lines) Patch
M components/arc/bluetooth/arc_bluetooth_bridge.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/arc/bluetooth/arc_bluetooth_bridge.cc View 3 chunks +27 lines, -0 lines 0 comments Download
M components/arc/common/bluetooth.mojom View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Rahul Chaturvedi
4 years, 3 months ago (2016-09-07 23:47:28 UTC) #1
Message was sent while issue was closed.
Committed patchset #1 (id:1) to pending queue manually as
2756f02e0ce3621a3a3cde9c7c275017dbb22095.

Powered by Google App Engine
This is Rietveld 408576698