diff --git a/domain.te b/domain.te
index 826a67fc47e70c27e1f759c62c2cd9f06cbff8e9..ff641bd3a5e93a31c28c5ad48c1562bf92f7aa00 100644
--- a/domain.te
+++ b/domain.te
@@ -23,9 +23,10 @@ allow domain init:fd use;
 allow domain system_server:fd use;
 
 # Connect to adbd and use a socket transferred from it.
+# 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 read write shutdown };
+allow domain adbd:unix_stream_socket { getattr getopt read write shutdown };
 
 ###
 ### Talk to debuggerd.