diff --git a/system.te b/system.te
index 2c3449f694c533f431de068d6dd199f93cc1b725..4fc4283b028fc5c1b09f9d4e9bba24da20f5b880 100644
--- a/system.te
+++ b/system.te
@@ -30,22 +30,6 @@ selinux_getenforce(system_app)
 # Settings app reads sdcard for storage stats
 allow system_app sdcard_type:dir r_dir_perms;
 
-bool manage_selinux true;
-if (manage_selinux) {
-selinux_manage_policy(system)
-selinux_manage_policy(system_app)
-access_kmsg(system)
-access_kmsg(system_app)
-}
-
-bool manage_mac true;
-if (manage_mac) {
-mmac_manage_policy(system)
-mmac_manage_policy(system_app)
-access_logcat(system)
-access_logcat(system_app)
-}
-
 #
 # System Server aka system_server spawned by zygote.
 # Most of the framework services run in this process.