summaryrefslogtreecommitdiff
path: root/sepolicy/usf/file.te
blob: 8f49e32ba342ff32eb801ae7f580574c4bfc34e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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;