diff --git a/prebuilts/api/26.0/26.0.cil b/prebuilts/api/26.0/26.0.cil
index 4e35ce8058adc578c5cf08a3698a8b73ff137350..ec2ee2eb8b4f652ff1859de0a1c851e2bc8a590a 100644
--- a/prebuilts/api/26.0/26.0.cil
+++ b/prebuilts/api/26.0/26.0.cil
@@ -1,3 +1,6 @@
+;; types removed from current policy
+(type log_device)
+
 (typeattributeset accessibility_service_26_0 (accessibility_service))
 (typeattributeset account_service_26_0 (account_service))
 (typeattributeset activity_service_26_0 (activity_service))
diff --git a/private/file_contexts b/private/file_contexts
index 85080b5679fa25c1cac8499a38e750fcd8d88365..5e1209f6a25bd7cee9c18732842306b277033bfd 100644
--- a/private/file_contexts
+++ b/private/file_contexts
@@ -94,7 +94,6 @@
 /dev/ion		u:object_r:ion_device:s0
 /dev/keychord   u:object_r:keychord_device:s0
 /dev/kmem		u:object_r:kmem_device:s0
-/dev/log(/.*)?		u:object_r:log_device:s0
 /dev/loop-control	u:object_r:loop_control_device:s0
 /dev/mem		u:object_r:kmem_device:s0
 /dev/modem.*		u:object_r:radio_device:s0
diff --git a/public/device.te b/public/device.te
index 9fedc184c00eaedab219c64d536be824e2cce3ae..a5edcc13cf289ffdfe74809f2e91d66962c15b5c 100644
--- a/public/device.te
+++ b/public/device.te
@@ -31,7 +31,6 @@ type hw_random_device, dev_type;
 type input_device, dev_type;
 type kmem_device, dev_type;
 type port_device, dev_type;
-type log_device, dev_type, mlstrustedobject;
 type mtd_device, dev_type;
 type mtp_device, dev_type, mlstrustedobject;
 type nfc_device, dev_type;