summaryrefslogtreecommitdiffstats
path: root/sepolicy/qcom/adbd.c
blob: d6109174211e3a3bba57eb79da8e6fab51c2f653 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Allow pulling various binaries without root
# (cause we're awesome like that)

allow adbd adsprpcd_exec:file r_file_perms;
allow adbd location_exec:file r_file_perms;
allow adbd mm-qcamerad_exec:file r_file_perms;
allow adbd mpdecision_exec:file r_file_perms;
allow adbd perfd_exec:file r_file_perms;
allow adbd rfs_access_exec:file r_file_perms;
allow adbd rmt_storage_exec:file r_file_perms;
allow adbd sensors_exec:file r_file_perms;
allow adbd tee_exec:file r_file_perms;
allow adbd thermal-engine_exec:file r_file_perms;
allow adbd time_daemon_exec:file r_file_perms;