Merge "[GS101][eSIM] Add system properties rule" into udc-dev am: 6f8bcc95aa
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/23235914 Change-Id: Iab3fe86c1d864124ad8d0a8de479b89680f96e61 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
b6ce4e5c08
5 changed files with 26 additions and 0 deletions
13
system_ext/private/euicc_app.te
Normal file
13
system_ext/private/euicc_app.te
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
type euicc_app, domain, coredomain;
|
||||||
|
app_domain(euicc_app)
|
||||||
|
net_domain(euicc_app)
|
||||||
|
bluetooth_domain(euicc_app)
|
||||||
|
|
||||||
|
allow euicc_app app_api_service:service_manager find;
|
||||||
|
allow euicc_app radio_service:service_manager find;
|
||||||
|
allow euicc_app cameraserver_service:service_manager find;
|
||||||
|
|
||||||
|
get_prop(euicc_app, camera_config_prop)
|
||||||
|
get_prop(euicc_app, bootloader_prop)
|
||||||
|
get_prop(euicc_app, exported_default_prop)
|
||||||
|
get_prop(euicc_app, esim_modem_prop)
|
5
system_ext/private/property.te
Normal file
5
system_ext/private/property.te
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
neverallow {
|
||||||
|
domain
|
||||||
|
-init
|
||||||
|
-vendor_init
|
||||||
|
} esim_modem_prop:property_service set;
|
|
@ -6,3 +6,6 @@ persist.bootanim.color1 u:object_r:bootanim_system_prop:s0 exact int
|
||||||
persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int
|
persist.bootanim.color2 u:object_r:bootanim_system_prop:s0 exact int
|
||||||
persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int
|
persist.bootanim.color3 u:object_r:bootanim_system_prop:s0 exact int
|
||||||
persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int
|
persist.bootanim.color4 u:object_r:bootanim_system_prop:s0 exact int
|
||||||
|
|
||||||
|
# Properties for euicc
|
||||||
|
persist.modem.esim_profiles_exist u:object_r:esim_modem_prop:s0 exact string
|
||||||
|
|
2
system_ext/private/seapp_contexts
Normal file
2
system_ext/private/seapp_contexts
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
# Domain for EuiccGoogle
|
||||||
|
user=_app isPrivApp=true name=com.google.android.euicc domain=euicc_app type=privapp_data_file levelFrom=user
|
|
@ -1,2 +1,5 @@
|
||||||
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
# Fingerprint (UDFPS) GHBM/LHBM toggle
|
||||||
system_vendor_config_prop(fingerprint_ghbm_prop)
|
system_vendor_config_prop(fingerprint_ghbm_prop)
|
||||||
|
|
||||||
|
# eSIM properties
|
||||||
|
system_vendor_config_prop(esim_modem_prop)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue