from: 71e609c24c97fc8d44843af30527cbeb90d5dcdf Bug: 167996145 Change-Id: Ie00e7e0983a3ca695bbd5140c929d07a80144301
12 lines
370 B
Text
12 lines
370 B
Text
#
|
|
# 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;
|
|
|