aboutsummaryrefslogtreecommitdiff
path: root/sepolicy/mm-qcamerad.te
blob: 02b08c82226208e32744bc1899739d5be1e7ffa6 (plain)
1
2
3
4
5
6
7
typeattribute  mm-qcamerad data_between_core_and_vendor_violators;

allow mm-qcamerad camera_data_file:dir create_dir_perms;
allow mm-qcamerad camera_data_file:file create_file_perms;
allow mm-qcamerad { sysfs_camera sysfs_video }:dir search;
allow mm-qcamerad { sysfs_camera sysfs_video }:file r_file_perms;
allow mm-qcamerad vfat:dir search;