diff options
| author | Anthony Adamo <quic_aadamo@quicinc.com> | 2023-01-12 09:17:21 -0800 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2025-03-02 02:39:33 +0200 |
| commit | 6de3ea448a8ec4df2bef3aace85e3d5a929f6b64 (patch) | |
| tree | 67fa06550f2927fedc04394c034ba987b9d24787 | |
| parent | b33dfc4ddc8e65ea67dc4049a589992011cd5f0f (diff) | |
redbull: sepolicy: Add default permission for aidl hal_bootctl
add in default sepolicy configuration for aidl implementation
of hal_bootctl
Change-Id: I8bd86071dde93d8ed5ea41555b6d3ede9d434838
| -rw-r--r-- | sepolicy/vendor/qcom/common/file_contexts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/vendor/qcom/common/file_contexts b/sepolicy/vendor/qcom/common/file_contexts index 545830e1..e2907f2e 100644 --- a/sepolicy/vendor/qcom/common/file_contexts +++ b/sepolicy/vendor/qcom/common/file_contexts @@ -83,6 +83,7 @@ /(vendor|system/vendor)/bin/ssgtzd u:object_r:ssgtzd_exec:s0 /(vendor|system/vendor)/bin/feature_enabler_client u:object_r:feature_enabler_client_exec:s0 /(vendor|system/vendor)/bin/hw/vendor\.qti.hardware\.memtrack-service u:object_r:hal_memtrack_default_exec:s0 +/(vendor|system/vendor)/bin/hw/android\.hardware\.boot-service\.qti u:object_r:hal_bootctl_default_exec:s0 # dev socket nodes /dev/socket/chre u:object_r:chre_socket:s0 |
