mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 17:18:49 +00:00
sm6375-common: sepolicy: Allow to set (ro.qc.sdk.audio. & persist.audio.fluence.)
07-08 05:12:16.032 0 0 E init : Do not have permissions to set 'ro.qc.sdk.audio.ssr' to 'false' in property file '/vendor/build.prop': SELinux permission check failed 07-08 05:12:16.032 0 0 E init : Do not have permissions to set 'ro.qc.sdk.audio.fluencetype' to 'fluence' in property file '/vendor/build.prop': SELinux permission check failed 07-08 05:12:16.032 0 0 E init : Do not have permissions to set 'persist.audio.fluence.voicecall' to 'true' in property file '/vendor/build.prop': SELinux permission check failed 07-08 05:12:16.032 0 0 E init : Do not have permissions to set 'persist.audio.fluence.voicerec' to 'true' in property file '/vendor/build.prop': SELinux permission check failed 07-08 05:12:16.032 0 0 E init : Do not have permissions to set 'persist.audio.fluence.speaker' to 'true' in property file '/vendor/build.prop': SELinux permission check failed 07-08 05:12:16.032 0 0 E init : Do not have permissions to set 'persist.audio.fluence.voicecomm' to 'true' in property file '/vendor/build.prop': SELinux permission check failed
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# Audio
|
||||
ro.qc.sdk.audio.ssr u:object_r:exported_system_prop:s0
|
||||
ro.qc.sdk.audio.fluencetype u:object_r:exported_system_prop:s0
|
||||
persist.audio.fluence. u:object_r:exported_system_prop:s0
|
||||
|
||||
# Camera
|
||||
camera. u:object_r:exported_default_prop:s0
|
||||
ro.camera. u:object_r:exported_default_prop:s0
|
||||
|
||||
Reference in New Issue
Block a user