platform_system_sepolicy/bluetoothdomain.te
Nick Kralevich d0113ae0ae bluetoothdomain.te: drop allow bluetoothdomain self:socket create_socket_perms;
An auditallow has been in place since commit
cb835a2852 but nothing has been triggered.
Remove the rule.

Bug: 25768265
Change-Id: Ia9f35c41feabc9ccf5eb5c6dae09c68dc4f465ff
2015-12-11 16:57:45 -08:00

2 lines
167 B
Text

# Allow clients to use a socket provided by the bluetooth app.
allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };