diff --git a/bluetooth.te b/bluetooth.te
index 81c229848d0a8a3cb3d0984f7d3a42fc49664719..835d7bee4ea4619da8b8124c3e93fc9218aef26e 100644
--- a/bluetooth.te
+++ b/bluetooth.te
@@ -26,7 +26,8 @@ allow bluetooth sysfs_bluetooth_writable:file rw_file_perms;
 allow bluetooth self:capability net_admin;
 
 # Allow clients to use a socket provided by the bluetooth app.
-allow bluetoothdomain bluetooth:unix_stream_socket { read write shutdown };
+# TODO:  See if this is still required under bluedroid.
+allow bluetoothdomain bluetooth:unix_stream_socket { getopt getattr read write shutdown };
 
 # tethering
 allow bluetooth self:{ tun_socket udp_socket } { ioctl create };