Fix SELinux error for com.google.android.euicc
bug: 279548423 Test: http://fusion2/bb76429b-7d84-4e14-b127-8458abb3e2ed Change-Id: I00bdf71f04eec985147189eb1b474c7ff6797023
This commit is contained in:
parent
37e90d3f3a
commit
42a0c82065
7 changed files with 57 additions and 0 deletions
8
private/property.te
Normal file
8
private/property.te
Normal file
|
@ -0,0 +1,8 @@
|
|||
product_restricted_prop(masterclear_esim_prop)
|
||||
product_restricted_prop(euicc_seamless_transfer_prop)
|
||||
|
||||
neverallow { domain -init } masterclear_esim_prop:property_service set;
|
||||
neverallow { domain -init } euicc_seamless_transfer_prop:property_service set;
|
||||
|
||||
get_prop(appdomain, masterclear_esim_prop)
|
||||
get_prop(appdomain, euicc_seamless_transfer_prop)
|
2
private/property_contexts
Normal file
2
private/property_contexts
Normal file
|
@ -0,0 +1,2 @@
|
|||
masterclear.allow_retain_esim_profiles_after_fdr u:object_r:masterclear_esim_prop:s0 exact bool
|
||||
euicc.seamless_transfer_enabled_in_non_qs u:object_r:euicc_seamless_transfer_prop:s0 exact bool
|
Loading…
Add table
Add a link
Reference in a new issue