Remove redundant zipfuse rules
Kernel crash logs work well without logd rules.
Test: intentionally crash zipfuse and see kernel log
Change-Id: Ia8ded767c82e2e620c7f62842b0db2c801a46e96
diff --git a/microdroid/sepolicy/system/private/zipfuse.te b/microdroid/sepolicy/system/private/zipfuse.te
index a5248c1..fb7527b 100644
--- a/microdroid/sepolicy/system/private/zipfuse.te
+++ b/microdroid/sepolicy/system/private/zipfuse.te
@@ -32,6 +32,3 @@
# allow mounting with context=u:object_r:system_file:s0 so that files provided
# by zipfuse are treated the same as the other files in /system or /apex
allow system_file zipfusefs:filesystem associate;
-
-read_logd(zipfuse)
-control_logd(zipfuse)