mirror of
https://github.com/AetherDroid/android_device_samsung_universal7570-common.git
synced 2025-09-06 16:28:06 -04:00
universal7870: import sepolicy from 7580-common
thanks to @danwood76
This commit is contained in:
parent
9ce97a0bfb
commit
0cfeb0ec4f
61 changed files with 507 additions and 425 deletions
|
@ -2,17 +2,11 @@
|
|||
allow cameraserver camera_device:chr_file rw_file_perms;
|
||||
|
||||
# /sys/devices/virtual/camera/*/*_camfw
|
||||
allow cameraserver sysfs_camera:file rw_file_perms;
|
||||
|
||||
# searching for syses nodes
|
||||
allow cameraserver sysfs_camera:dir search;
|
||||
allow cameraserver sysfs_camera:file rw_file_perms;
|
||||
|
||||
# /data/camera/ISP_CV
|
||||
allow cameraserver camera_data_file:file r_file_perms;
|
||||
|
||||
# /data/media(/.*)?
|
||||
allow cameraserver media_rw_data_file:dir r_dir_perms;
|
||||
allow cameraserver media_rw_data_file:file r_file_perms;
|
||||
|
||||
# sysfs_virtual
|
||||
allow cameraserver sysfs_virtual:dir search;
|
||||
r_dir_file(cameraserver, media_rw_data_file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue