diff --git a/domain.te b/domain.te
index b10bee8bba876f3032bc71d810b60abee9bd7fac..04c98408d36e37b585199b5b129eb8e971ee0061 100644
--- a/domain.te
+++ b/domain.te
@@ -44,7 +44,7 @@ allow domain system_server:fd use;
 # This is used for e.g. adb backup/restore.
 allow domain adbd:unix_stream_socket connectto;
 allow domain adbd:fd use;
-allow domain adbd:unix_stream_socket { getattr getopt read write shutdown };
+allow domain adbd:unix_stream_socket { getattr getopt ioctl read write shutdown };
 
 userdebug_or_eng(`
   # Same as adbd rules above, except allow su to do the same thing