diff --git a/app.te b/app.te
index 27079cd3d60b4b671e9aaa1ac1fb4fec6206ae8b..c620d52ce21047a549b82953ef78a37d66d622b5 100644
--- a/app.te
+++ b/app.te
@@ -133,7 +133,6 @@ neverallow { appdomain -unconfineddomain } dev_type:blk_file { read write };
 neverallow { appdomain -unconfineddomain } kmem_device:chr_file { read write };
 
 # Setting SELinux enforcing status or booleans.
-# Conditionally allowed to system_app for SEAndroidManager.
 neverallow { appdomain -unconfineddomain } kernel:security { setenforce setbool };
 
 # Load security policy.
diff --git a/netd.te b/netd.te
index f98be3d3c15405230c7226f874ecad190a5a2f95..d8d65c9a120a252999bb01a5ad5774fbf38169ed 100644
--- a/netd.te
+++ b/netd.te
@@ -68,7 +68,6 @@ neverallow netd dev_type:blk_file { read write };
 neverallow netd kmem_device:chr_file { read write };
 
 # Setting SELinux enforcing status or booleans.
-# Conditionally allowed to system_app for SEAndroidManager.
 neverallow netd kernel:security { setenforce setbool };
 
 # Load security policy.