You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
462 B
11 lines
462 B
7 months ago
|
# 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;
|
||
|
|
||
|
# dontaudit unnecessary files in /sys
|
||
|
dontaudit cameraserver sysfs_msm_subsys:dir search;
|