diff --git a/bluetoothdomain.te b/bluetoothdomain.te
index a84ddf88d8e2f0f7898407647205aca21e41f52c..7fed3ae4ff9374db4782bece70b4f87d9634c8ff 100644
--- a/bluetoothdomain.te
+++ b/bluetoothdomain.te
@@ -8,6 +8,4 @@ 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.
-# TODO:  See if this is still required under bluedroid. (b/25767747)
 allow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };
-auditallow bluetoothdomain bluetooth:unix_stream_socket { getopt setopt getattr read write ioctl shutdown };