1# 2# USF file SELinux type enforcements. 3# 4 5type vendor_usf_stats, vendor_file_type, file_type; 6type vendor_usf_reg_edit, vendor_file_type, file_type; 7 8# Declare the sensor registry persist file type. By convention, persist file 9# types begin with "persist_". 10type persist_sensor_reg_file, file_type, vendor_persist_type; 11 12# Declare the sensor registry data file type. By convention, data file types 13# end with "data_file". 14type sensor_reg_data_file, file_type, data_file_type; 15 16# Declare the sensor debug data file type. By convention, data file types 17# end with "data_file". 18type sensor_debug_data_file, file_type, data_file_type; 19