Merge sc-v2-dev-plus-aosp-without-vendor@8084891
Bug: 214455710 Merged-In: I129b5cb74259c9c028483e84c9b2ac3597c24701 Change-Id: I47ca55be668b9b2aabf86963b65b1403130ab802
This commit is contained in:
commit
77c821174e
4 changed files with 12 additions and 0 deletions
|
@ -152,6 +152,9 @@ allow adbd sepolicy_file:file r_file_perms;
|
|||
# Allow pulling config.gz for CTS purposes
|
||||
allow adbd config_gz:file r_file_perms;
|
||||
|
||||
# For CTS listening ports test.
|
||||
allow adbd proc_net_tcp_udp:file r_file_perms;
|
||||
|
||||
allow adbd gpu_service:service_manager find;
|
||||
allow adbd surfaceflinger_service:service_manager find;
|
||||
allow adbd bootchart_data_file:dir search;
|
||||
|
|
|
@ -158,6 +158,9 @@ allow adbd sepolicy_file:file r_file_perms;
|
|||
# Allow pulling config.gz for CTS purposes
|
||||
allow adbd config_gz:file r_file_perms;
|
||||
|
||||
# For CTS listening ports test.
|
||||
allow adbd proc_net_tcp_udp:file r_file_perms;
|
||||
|
||||
allow adbd gpu_service:service_manager find;
|
||||
allow adbd surfaceflinger_service:service_manager find;
|
||||
allow adbd bootchart_data_file:dir search;
|
||||
|
|
|
@ -169,6 +169,9 @@ allow adbd sepolicy_file:file r_file_perms;
|
|||
# Allow pulling config.gz for CTS purposes
|
||||
allow adbd config_gz:file r_file_perms;
|
||||
|
||||
# For CTS listening ports test.
|
||||
allow adbd proc_net_tcp_udp:file r_file_perms;
|
||||
|
||||
allow adbd gpu_service:service_manager find;
|
||||
allow adbd surfaceflinger_service:service_manager find;
|
||||
allow adbd bootchart_data_file:dir search;
|
||||
|
|
|
@ -339,6 +339,9 @@ audio.offload.min.duration.secs u:object_r:audio_config_prop:s0 exact int
|
|||
ro.audio.ignore_effects u:object_r:audio_config_prop:s0 exact bool
|
||||
ro.audio.monitorRotation u:object_r:audio_config_prop:s0 exact bool
|
||||
ro.audio.offload_wakelock u:object_r:audio_config_prop:s0 exact bool
|
||||
# Boolean property used in AudioService to configure whether
|
||||
# spatializer functionality should be initialized
|
||||
ro.audio.spatializer_enabled u:object_r:audio_config_prop:s0 exact bool
|
||||
|
||||
persist.config.calibration_fac u:object_r:camera_calibration_prop:s0 exact string
|
||||
|
||||
|
|
Loading…
Reference in a new issue