Skip to content
Snippets Groups Projects
Commit 577f86df authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

Merge "bluetoothdomain.te: drop allow bluetoothdomain self:socket...

Merge "bluetoothdomain.te: drop allow bluetoothdomain self:socket create_socket_perms;" am: 79ecefd0
am: 812774dd

* commit '812774dd':
  bluetoothdomain.te: drop allow bluetoothdomain self:socket create_socket_perms;
parents edb41d87 812774dd
Branches
Tags
No related merge requests found
# Other domains that can create and use bluetooth sockets.
# SELinux does not presently define a specific socket class for
# bluetooth sockets, nor does it distinguish among the bluetooth protocols.
# TODO: This should no longer be needed with bluedroid for bluetooth
# but may be getting used for other non-bluetooth sockets that has no
# specific class defined. Consider taking to specific domains. (b/25768265)
allow bluetoothdomain self:socket create_socket_perms;
auditallow { bluetoothdomain -system_server } self:socket create_socket_perms;
# Allow clients to use a socket provided by the bluetooth app.
allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment