Correctly apply fs_type to sysfs types.

Test: build bullhead sepolicy
Change-Id: If5fc0397ccb3e86c9ba08d268377985423710425
diff --git a/sepolicy/file.te b/sepolicy/file.te
index 2dddda5..fb8636c 100644
--- a/sepolicy/file.te
+++ b/sepolicy/file.te
@@ -36,9 +36,9 @@
 
 type sysfs_smdcntl_open_timeout, fs_type, sysfs_type;
 
-type sysfs_devices_fingerprint,  sysfs_type, file_type;
+type sysfs_devices_fingerprint,  sysfs_type, fs_type;
 
-type sysfs_camera, sysfs_type, file_type;
+type sysfs_camera, sysfs_type, fs_type;
 
 # type for persist partition
 type persist_file, file_type;
@@ -50,9 +50,9 @@
 
 # File types required by mdm-helper
 type sysfs_ssr,  sysfs_type, fs_type;
-type sysfs_ssr_toggle,  sysfs_type, file_type;
+type sysfs_ssr_toggle,  sysfs_type, fs_type;
 type sysfs_hsic, sysfs_type, fs_type;
-type sysfs_hsic_host_rdy, sysfs_type, file_type;
+type sysfs_hsic_host_rdy, sysfs_type, fs_type;
 
 # File types required by dumpstate implementation
 type sysfs_hwmon, fs_type, sysfs_type;