Revert "Policy for overlay_remounter"
This reverts commit 879909f4d6e803f74cb2c24ba24183ef05574aa7.
Reason for revert: New Build Breakage: git_main/husky-next-user @ 12974710
Change-Id: I1b5ea9552632ee081966e76875799b61058c3cb5
diff --git a/private/crash_dump.te b/private/crash_dump.te
index 4bd1d38..a9a802c 100644
--- a/private/crash_dump.te
+++ b/private/crash_dump.te
@@ -118,10 +118,7 @@
# A domain transition must occur for crash_dump to get the privileges needed to trace the process.
# Do not allow the execution of crash_dump without a domain transition.
-neverallow {
- domain
- userdebug_or_eng(`-overlay_remounter')
-} crash_dump_exec:file execute_no_trans;
+neverallow domain crash_dump_exec:file execute_no_trans;
# sigchld not explicitly forbidden since it's part of the
# domain-transition-on-exec macros, and is by itself not sensitive