Add neverallow rule for force l3 prop
Bug: 299987160
Change-Id: I17a02316a725578fbc5595ba88cb7ba9b1fd82e8
diff --git a/private/system_app.te b/private/system_app.te
index 31e10bb..e08941d 100644
--- a/private/system_app.te
+++ b/private/system_app.te
@@ -187,3 +187,5 @@
# system_app should be the only domain writing the adaptive haptics prop
neverallow { domain -init -system_app } adaptive_haptics_prop:property_service set;
+# system_app should be the only domain writing the force l3 prop
+neverallow { domain -init -system_app } drm_forcel3_prop:property_service set;