diff --git a/shelldomain.te b/shelldomain.te
index 408e9daa3f25764adba05adc83dccbd6b3842a60..1394350bcd7f1b8b9ea8e3ca6f192275de65a0c8 100644
--- a/shelldomain.te
+++ b/shelldomain.te
@@ -28,6 +28,8 @@ allow shelldomain dalvikcache_data_file:file { write setattr };
 unix_socket_connect(shelldomain, property, init)
 allow shelldomain shell_prop:property_service set;
 allow shelldomain ctl_dumpstate_prop:property_service set;
+allow shelldomain debug_prop:property_service set;
+allow shelldomain powerctl_prop:property_service set;
 
 # ndk-gdb invokes adb shell ps to find the app PID.
 r_dir_file(shelldomain, non_system_app_set)