diff options
| author | Nolen Johnson <johnsonnolen@gmail.com> | 2025-09-18 13:48:40 -0400 |
|---|---|---|
| committer | Siluxsept <ronny.horn.rh@gmail.com> | 2025-09-22 18:46:12 +0200 |
| commit | 2a176eccc1c0ae2026aa13ac577a6a47dbc6f84a (patch) | |
| tree | 4d4cb19536eade679b88aba113e551274350979e | |
| parent | 19772558a301348541c1633ff801ae8896579690 (diff) | |
redbull: sepolicy: Allow cameraserver to read more properties
Change-Id: I557b54790de6d1adec3847095c8045794870c0a6
| -rw-r--r-- | sepolicy/vendor/qcom/common/cameraserver.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/vendor/qcom/common/cameraserver.te b/sepolicy/vendor/qcom/common/cameraserver.te index 6de75fff..095b535b 100644 --- a/sepolicy/vendor/qcom/common/cameraserver.te +++ b/sepolicy/vendor/qcom/common/cameraserver.te @@ -1,5 +1,7 @@ # Camera service uses gralloc, gralloc mapper wants to talk to the GPU # and use debug properties +get_prop(cameraserver, vendor_camera_prop) +get_prop(cameraserver, vendor_camera_ro_prop) get_prop(cameraserver, vendor_display_prop) # It's confirmed that all attempts of access gpu_device by the gralloc mapper |
