am cf141426: Merge "Strengthen setenforce and setbool assertions"

* commit 'cf141426d45067f4a9709d3cf79eef3609d63ab1':
  Strengthen setenforce and setbool assertions
diff --git a/assert.te b/assert.te
index 1f12c5e..85cb48b 100644
--- a/assert.te
+++ b/assert.te
@@ -16,7 +16,7 @@
 
 # Setting SELinux enforcing status or booleans.
 # Conditionally allowed to system_app for SEAndroidManager.
-neverallow { appdomain -system_app } kernel:security { setenforce setbool };
+neverallow { domain -unconfineddomain -system -system_app } kernel:security { setenforce setbool };
 
 # Load security policy.
 neverallow appdomain kernel:security load_policy;