Add sysfs_ap type to hardware_info_app.te

Bug: 355065855
Change-Id: I346c953719e2628860a812ef3fcc2f860efa372d
diff --git a/hardware_info_app/file.te b/hardware_info_app/file.te
index 651f612..c3c4f9d 100644
--- a/hardware_info_app/file.te
+++ b/hardware_info_app/file.te
@@ -11,3 +11,6 @@
 # SoC
 type sysfs_soc, sysfs_type, fs_type;
 type sysfs_chip_id, sysfs_type, fs_type;
+
+# Application Processor
+type sysfs_ap, sysfs_type, fs_type;