diff --git a/bluetooth.te b/bluetooth.te index 7d56d45e618958ee13d6a81172864ae1b34524c2..4e274c492f5bcd9b83f23275995176bd9ed075c1 100644 --- a/bluetooth.te +++ b/bluetooth.te @@ -31,7 +31,7 @@ allow bluetooth self:capability net_admin; # Allow clients to use a socket provided by the bluetooth app. # 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 allow bluetooth self:tun_socket create_socket_perms;