universal7870: import sepolicy from 7580-common

thanks to @danwood76
This commit is contained in:
Alejandro 2020-05-31 21:04:02 +02:00
parent 9ce97a0bfb
commit 0cfeb0ec4f
61 changed files with 507 additions and 425 deletions

View file

@ -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;