Skip to content
Snippets Groups Projects
Commit 2eb73eea authored by Sérgio Faria's avatar Sérgio Faria Committed by Android Git Automerger
Browse files

am 536ddba8: Allow setopt on bluetooth\'s unix_stream_socket.

* commit '536ddba8':
  Allow setopt on bluetooth's unix_stream_socket.
parents 66b4b0c0 536ddba8
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ allow bluetooth self:capability net_admin; ...@@ -31,7 +31,7 @@ allow bluetooth self:capability net_admin;
# Allow clients to use a socket provided by the bluetooth app. # Allow clients to use a socket provided by the bluetooth app.
# TODO: See if this is still required under bluedroid. # TODO: See if this is still required under bluedroid.
allow bluetoothdomain bluetooth:unix_stream_socket { getopt getattr read write ioctl shutdown }; allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
# tethering # tethering
allow bluetooth self:tun_socket create_socket_perms; allow bluetooth self:tun_socket create_socket_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment