1# communicate with camera 2allow hal_camera camera:unix_dgram_socket sendto; 3allow hal_camera camera_data_file:sock_file write; 4 5# allow communication w/perfd 6allow hal_camera perfd_data_file:dir search; 7allow hal_camera perfd:unix_stream_socket connectto; 8allow hal_camera perfd_data_file:sock_file write; 9