sepolicy: add contexts for the audio devices
Added the context for the various audio devices
to operate with other domains. We have also added
context for audiod.
Change-Id: Ibaa2beb2fc5ff4cc16481d8764b1d8c0bcfce16c
diff --git a/file.te b/file.te
index ca6d00d..cb9f891 100644
--- a/file.te
+++ b/file.te
@@ -24,3 +24,12 @@
type persist_file, file_type;
type diag_data_file, file_type;
+
+#file type for restricting proc read by audiod
+type proc_audiod, fs_type;
+
+# Sensor file types
+type sensors_system_file, file_type;
+type sensors_socket, file_type;
+type sensors_data_file, file_type, data_file_type;
+type sensors_persist_file, file_type;