blob: 85c98a8f3a9fd7abe7f3c87772aee6b4c740da2f (
plain)
1
2
3
4
5
6
|
# /data/goodix labeling
type_transition tee system_data_file:{ dir file } fingerprint_data_file;
allow tee fingerprint_data_file:dir create_dir_perms;
allow tee fingerprint_data_file:file create_file_perms;
allow tee system_data_file:dir create_dir_perms;
|