Merge "system_app.te: fix misleading comment" into main
diff --git a/private/system_app.te b/private/system_app.te
index 5016a40..e0ed8c3 100644
--- a/private/system_app.te
+++ b/private/system_app.te
@@ -13,7 +13,7 @@
# android.ui and system.ui
allow system_app rootfs:dir getattr;
-# Read and write /data/data subdirectory.
+# read/write certain subdirectories of /data/data for system UID apps.
allow system_app system_app_data_file:dir create_dir_perms;
allow system_app system_app_data_file:{ file lnk_file } create_file_perms;