Skip to content

Commit

Permalink
garnet: sepolicy: Label more property
Browse files Browse the repository at this point in the history
libc    : Access denied finding property ro.camera.req.fmq.size
libc    : Access denied finding property ro.camera.res.fmq.size
  • Loading branch information
drkphnx authored and kleidione committed Jan 22, 2025
1 parent 0da7636 commit b2d6ec7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ ENABLE_VENDOR_RIL_SERVICE := true
include device/qcom/sepolicy_vndr/SEPolicy.mk

BOARD_VENDOR_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/vendor
SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += $(DEVICE_PATH)/sepolicy/private

# System properties
TARGET_ODM_PROP += $(DEVICE_PATH)/props/odm.prop
Expand Down
2 changes: 2 additions & 0 deletions sepolicy/private/property_contexts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ro.camera.req.fmq. u:object_r:exported_default_prop:s0
ro.camera.res.fmq. u:object_r:exported_default_prop:s0

0 comments on commit b2d6ec7

Please sign in to comment.