Remove redundant get_prop rule
The rule "get_prop(coredomain, vts_status_prop)" is duplicated by
mistake. It's already in coredomain.te, and it should be deleted from
app.te
Bug: N/A
Test: m selinux_policy
Change-Id: I816c8da74940fc6ccdd50fe377aa54eae36237b4
diff --git a/private/app.te b/private/app.te
index 9eb396a..a42b60e 100644
--- a/private/app.te
+++ b/private/app.te
@@ -51,6 +51,3 @@
# Allow to read graphics related properties.
get_prop(appdomain, graphics_config_prop)
-
-# Allow to read vts related properties.
-get_prop(coredomain, vts_status_prop)