Support reading /sys/board_properties/virtualkeys.xxx for virtual keys on touchscreen

Change-Id: I5ce4e8995accc46971aff93a5261a4d15e1f7b58
diff --git a/sepolicy/board_properties.te b/sepolicy/board_properties.te
new file mode 100644
index 0000000..4ed75dc
--- /dev/null
+++ b/sepolicy/board_properties.te
@@ -0,0 +1,4 @@
+type sysfs_board_properties, fs_type, sysfs_type;
+
+allow system_server sysfs_board_properties:dir search;
+allow system_server sysfs_board_properties:file r_file_perms;
diff --git a/sepolicy/genfs_contexts b/sepolicy/genfs_contexts
new file mode 100644
index 0000000..56e8950
--- /dev/null
+++ b/sepolicy/genfs_contexts
@@ -0,0 +1 @@
+genfscon sysfs /board_properties u:object_r:sysfs_board_properties:s0