summaryrefslogtreecommitdiff
path: root/sepolicy/usf/file.te
diff options
context:
space:
mode:
Diffstat (limited to 'sepolicy/usf/file.te')
-rw-r--r--sepolicy/usf/file.te16
1 files changed, 16 insertions, 0 deletions
diff --git a/sepolicy/usf/file.te b/sepolicy/usf/file.te
new file mode 100644
index 00000000..8f49e32b
--- /dev/null
+++ b/sepolicy/usf/file.te
@@ -0,0 +1,16 @@
+#
+# USF file SELinux type enforcements.
+#
+
+# Declare the sensor registry persist file type. By convention, persist file
+# types begin with "persist_".
+type persist_sensor_reg_file, file_type, vendor_persist_type;
+
+# Declare the sensor registry data file type. By convention, data file types
+# end with "data_file".
+type sensor_reg_data_file, file_type, data_file_type;
+
+# Declare the sensor debug data file type. By convention, data file types
+# end with "data_file".
+type sensor_debug_data_file, file_type, data_file_type;
+