Creating a mechanism to save some USF stat history to device and pipe it to bugreports. Granting permissions so that this can work. Bug: 242320914 Test: Stats save and are visible in a bugreport. Change-Id: Ia1973800ed053f54da043d306e11c0a7b10132a7
12 lines
357 B
Text
12 lines
357 B
Text
#
|
|
# USF SELinux file security contexts.
|
|
#
|
|
|
|
# Sensor registry persist files.
|
|
/mnt/vendor/persist/sensors/registry(/.*)? u:object_r:persist_sensor_reg_file:s0
|
|
|
|
# Sensor registry data files.
|
|
/data/vendor/sensors/registry(/.*)? u:object_r:sensor_reg_data_file:s0
|
|
|
|
# Sensor debug data files.
|
|
/data/vendor/sensors/debug(/.*)? u:object_r:sensor_debug_data_file:s0
|