Merge "Remove coredomain /dev access no longer needed after Treble"
diff --git a/private/bug_map b/private/bug_map
index 6eab540..becbd97 100644
--- a/private/bug_map
+++ b/private/bug_map
@@ -11,6 +11,7 @@
 init shell_data_file lnk_file 77873135
 init shell_data_file sock_file 77873135
 init system_data_file chr_file 77873135
+isolated_app privapp_data_file dir 119596573
 mediaextractor app_data_file file 77923736
 mediaextractor radio_data_file file 77923736
 mediaprovider cache_file blk_file 77925342
diff --git a/private/init.te b/private/init.te
index 30e5e36..b8b0066 100644
--- a/private/init.te
+++ b/private/init.te
@@ -25,3 +25,6 @@
   dontaudit init su:process noatsecure;
   allow init su:process { siginh rlimitinh };
 ')
+
+# Allow the BoringSSL self test to request a reboot upon failure
+set_prop(init, powerctl_prop)