-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SEPolicy: Fix fingerprint payment and IMS
- Loading branch information
Showing
3 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
type teei_hal_wechat; | ||
type hal_mlipay_default, domain; | ||
type teei_hal_wechat_hwservice, hwservice_manager_type; | ||
type hal_mlipay_hwservice, hwservice_manager_type; | ||
allow appdomain teei_hal_wechat_hwservice:hwservice_manager { find }; | ||
allow appdomain hal_mlipay_hwservice:hwservice_manager { find }; | ||
system_vendor_config_prop(vendor_payment_security_prop); | ||
system_vendor_config_prop(vendor_fp_prop); | ||
get_prop(appdomain, vendor_fp_prop); | ||
get_prop(appdomain, vendor_payment_security_prop); | ||
binder_call(appdomain, hal_mlipay_default); | ||
binder_call(appdomain, teei_hal_wechat); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
type mtk_hal_sensors, domain; | ||
binder_call(mtk_hal_sensors, system_suspend); | ||
allow mtk_hal_sensors system_suspend_hwservice:hwservice_manager { find }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
allow radio default_android_service:service_manager { find }; |