diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/hwservice.te | 2 | ||||
-rw-r--r-- | sepolicy/system_app.te | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/hwservice.te b/sepolicy/hwservice.te index 32adecb..6c299d1 100644 --- a/sepolicy/hwservice.te +++ b/sepolicy/hwservice.te @@ -1,2 +1,2 @@ type goodixhw_service, hwservice_manager_type; -type hal_mlipay_hwservice, hwservice_manager_type, untrusted_app_visible_hwservice; +type hal_mlipay_hwservice, hwservice_manager_type; diff --git a/sepolicy/system_app.te b/sepolicy/system_app.te new file mode 100644 index 0000000..c9f1b37 --- /dev/null +++ b/sepolicy/system_app.te @@ -0,0 +1 @@ +hal_client_domain(system_app, hal_mlipay) |