summaryrefslogtreecommitdiff
path: root/vendor/qcom/common/cameraserver.te
blob: 92aacf7d3bf5203735e454883d6c98ab31bcd7f9 (plain)
1
2
3
4
5
6
7
8
# Camera service uses gralloc, gralloc mapper wants to talk to the GPU
# and use debug properties
get_prop(cameraserver, vendor_display_prop)

# It's confirmed that all attempts of access gpu_device by the gralloc mapper
# are not essential, and access denial to it won't break any gralloc mapper
# functionality.
dontaudit cameraserver gpu_device:chr_file rw_file_perms;