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