Update labeling for audio_data_file
Change-Id: I04af86a64198c7e96f018a74aaf32ebed7bbc8b2
This commit is contained in:
parent
dc58c3ab0c
commit
1a761eb564
2 changed files with 2 additions and 1 deletions
1
vendor/common/file.te
vendored
1
vendor/common/file.te
vendored
|
@ -55,6 +55,7 @@ type firmware_file, fs_type, contextmount_type;
|
|||
|
||||
type cnd_data_file, file_type, data_file_type;
|
||||
type location_data_file, file_type, data_file_type;
|
||||
type vendor_audio_data_file, file_type, data_file_type;
|
||||
type vendor_radio_data_file, file_type, data_file_type;
|
||||
type wifi_vendor_data_file, file_type, data_file_type;
|
||||
|
||||
|
|
2
vendor/common/file_contexts
vendored
2
vendor/common/file_contexts
vendored
|
@ -304,7 +304,7 @@
|
|||
|
||||
|
||||
# audio_data_file
|
||||
/data/vendor/misc/audio(/.*)? u:object_r:audio_data_file:s0
|
||||
/data/vendor/misc/audio(/.*)? u:object_r:vendor_audio_data_file:s0
|
||||
|
||||
|
||||
/sys/devices(/platform)?/soc/[a-f0-9]+.qcom,kgsl-3d0/kgsl/kgsl-3d0(/.*)? u:object_r:sysfs_kgsl:s0
|
||||
|
|
Loading…
Reference in a new issue