diff --git a/private/crash_dump.te b/private/crash_dump.te index bc6020e9f..5d5965ee4 100644 --- a/private/crash_dump.te +++ b/private/crash_dump.te @@ -8,7 +8,6 @@ allow crash_dump { -apexd -bpfloader -crash_dump - -crosvm # TODO(b/236672526): Remove exception for crosvm -diced -init -kernel diff --git a/private/domain.te b/private/domain.te index b858d4e17..04de035b0 100644 --- a/private/domain.te +++ b/private/domain.te @@ -2,9 +2,7 @@ # This occurs when the process crashes. # We do not apply this to the su domain to avoid interfering with # tests (b/114136122) -# We exempt crosvm because parts of its memory are inaccessible to the -# kernel. TODO(b/238324526): Remove this. -domain_auto_trans({ domain userdebug_or_eng(`-su') -crosvm }, crash_dump_exec, crash_dump); +domain_auto_trans({ domain userdebug_or_eng(`-su') }, crash_dump_exec, crash_dump); allow domain crash_dump:process sigchld; # Allow every process to check the heapprofd.enable properties to determine