diff --git a/private/coredomain.te b/private/coredomain.te
index c8f2b1dc510abdae3ea1b4d5a86255f22610c88d..84d7a8f360213d765ad4f849028147adc7c32fbc 100644
--- a/private/coredomain.te
+++ b/private/coredomain.te
@@ -4,14 +4,13 @@ get_prop(coredomain, exported_pm_prop)
 full_treble_only(`
 neverallow {
     coredomain
+
+    # for chowning
     -init
-    -vendor_init
 
     # generic access to sysfs_type
     -ueventd
+    -vendor_init
     -vold
-    -priv_app
-    -storaged
-    -system_app
 } sysfs_leds:file *;
 ')