diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2022-06-17 22:59:49 +0300 |
|---|---|---|
| committer | drishal <drishalballaney@gmail.com> | 2022-06-27 11:00:33 +0530 |
| commit | 224b860c72476f305bd6e38ecff8b2781cfb09bb (patch) | |
| tree | 48019c067dbae48f34aa92ba8dd063768544c1d7 | |
| parent | 72ab3d1730200048d00a8c505618e874c657d610 (diff) | |
sm8250-common: sepolicy: Fix vppService label
Change-Id: Iaad55e89e01f233357297ad2643c14bfda869824
| -rw-r--r-- | sepolicy/vendor/hwservice_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/vendor/hwservice_contexts b/sepolicy/vendor/hwservice_contexts index 72914f6..997bd04 100644 --- a/sepolicy/vendor/hwservice_contexts +++ b/sepolicy/vendor/hwservice_contexts @@ -20,4 +20,4 @@ vendor.xiaomi.hardware.motor::IMotor u:object_r:h vendor.nxp.nxpnfc::INxpNfc u:object_r:hal_nfc_hwservice:s0 # VPP -::vppService u:object_r:hal_vpp_hwservice:s0 +::vppService u:object_r:vendor_hal_vpp_hwservice:s0 |
