diff --git a/bluetooth.te b/bluetooth.te index 16e7b0b85d91415e79eb6fc76fd3e7e788cb473e..474ca433eec12623c45a498de6c9afd896e2c8de 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 { read write shutdown }; +allow bluetoothdomain bluetooth:unix_stream_socket { getopt getattr read write shutdown }; # tethering allow bluetooth self:tun_socket create_socket_perms;