Add DCK eligibility properties
Bug: 186488185 Test: Confirm GMSCore access Change-Id: I20baf5c9ae9fbebc9e43d2798401ad49776fb74a
This commit is contained in:
parent
a1be68e451
commit
77c10eff1e
5 changed files with 10 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
cgroup_v2
|
cgroup_v2
|
||||||
codec2_config_prop
|
codec2_config_prop
|
||||||
ctl_snapuserd_prop
|
ctl_snapuserd_prop
|
||||||
|
dck_prop
|
||||||
debugfs_kprobes
|
debugfs_kprobes
|
||||||
debugfs_mm_events_tracing
|
debugfs_mm_events_tracing
|
||||||
debugfs_bootreceiver_tracing
|
debugfs_bootreceiver_tracing
|
||||||
|
|
|
@ -135,3 +135,6 @@ allow gmscore_app priv_app:tcp_socket { read write };
|
||||||
# b/168059475 Allow GMSCore to read Virtual AB properties to determine
|
# b/168059475 Allow GMSCore to read Virtual AB properties to determine
|
||||||
# if device supports VAB.
|
# if device supports VAB.
|
||||||
get_prop(gmscore_app, virtual_ab_prop)
|
get_prop(gmscore_app, virtual_ab_prop)
|
||||||
|
|
||||||
|
# b/186488185: Allow GMSCore to read dck properties
|
||||||
|
get_prop(gmscore_app, dck_prop)
|
||||||
|
|
|
@ -1189,3 +1189,7 @@ persist.rollback.is_test u:object_r:rollback_test_prop:s0 exact bool
|
||||||
|
|
||||||
# bootanimation properties
|
# bootanimation properties
|
||||||
ro.bootanim.quiescent.enabled u:object_r:bootanim_config_prop:s0 exact bool
|
ro.bootanim.quiescent.enabled u:object_r:bootanim_config_prop:s0 exact bool
|
||||||
|
|
||||||
|
# dck properties
|
||||||
|
ro.gms.dck.eligible_r2 u:object_r:dck_prop:s0 exact bool
|
||||||
|
ro.gms.dck.eligible_r3 u:object_r:dck_prop:s0 exact bool
|
||||||
|
|
|
@ -169,6 +169,7 @@ system_vendor_config_prop(vold_config_prop)
|
||||||
system_vendor_config_prop(wifi_config_prop)
|
system_vendor_config_prop(wifi_config_prop)
|
||||||
system_vendor_config_prop(zram_config_prop)
|
system_vendor_config_prop(zram_config_prop)
|
||||||
system_vendor_config_prop(zygote_config_prop)
|
system_vendor_config_prop(zygote_config_prop)
|
||||||
|
system_vendor_config_prop(dck_prop)
|
||||||
|
|
||||||
# Properties with no restrictions
|
# Properties with no restrictions
|
||||||
system_public_prop(adbd_config_prop)
|
system_public_prop(adbd_config_prop)
|
||||||
|
|
|
@ -262,6 +262,7 @@ get_prop(vendor_init, retaildemo_prop)
|
||||||
get_prop(vendor_init, surfaceflinger_display_prop)
|
get_prop(vendor_init, surfaceflinger_display_prop)
|
||||||
get_prop(vendor_init, test_harness_prop)
|
get_prop(vendor_init, test_harness_prop)
|
||||||
get_prop(vendor_init, theme_prop)
|
get_prop(vendor_init, theme_prop)
|
||||||
|
set_prop(vendor_init, dck_prop)
|
||||||
|
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|
Loading…
Reference in a new issue