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
|
@ -1,5 +1,10 @@
|
|||
allow hal_drm_default vndbinder_device:chr_file { ioctl open read write };
|
||||
vndbinder_use(hal_drm_default)
|
||||
|
||||
allow hal_drm_default secmem_device:chr_file { read write open getattr ioctl };
|
||||
# /dev/s5p-smem
|
||||
allow hal_drm_default secmem_device:chr_file rw_file_perms;
|
||||
allow hal_drm_default tee:unix_stream_socket connectto;
|
||||
allow hal_drm_default efs_file:dir search;
|
||||
allow hal_drm_default cpk_efs_file:file { open read getattr };
|
||||
allow hal_drm_default cpk_efs_file:file r_file_perms;
|
||||
|
||||
allow hal_drm_default media_data_file:file create_file_perms;
|
||||
allow hal_drm_default media_data_file:dir create_dir_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue