1# Camera service uses gralloc, gralloc mapper wants to talk to the GPU
2# and use debug properties
3get_prop(cameraserver, vendor_display_prop)
4
5# It's confirmed that all attempts of access gpu_device by the gralloc mapper
6# are not essential, and access denial to it won't break any gralloc mapper
7# functionality.
8dontaudit cameraserver gpu_device:chr_file rw_file_perms;
9
10# dontaudit unnecessary files in /sys
11dontaudit cameraserver sysfs_msm_subsys:dir search;