blob: 5c3771539238f5312e6f714f2a072fdd339d40be [file] [log] [blame]
# communicate with camera
allow hal_camera camera:unix_dgram_socket sendto;
allow hal_camera camera_data_file:sock_file write;
# allow communication w/perfd
allow hal_camera perfd_data_file:dir search;
allow hal_camera perfd:unix_stream_socket connectto;
allow hal_camera perfd_data_file:sock_file write;
# access /data/misc/camera
allow hal_camera camera_data_file:dir create_dir_perms;
allow hal_camera camera_data_file:file create_file_perms;