mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: address drm widevine denials while try to use it
This commit is contained in:
parent
5e14e4c0e8
commit
0423e2e88c
3 changed files with 2 additions and 5 deletions
|
|
@ -3,5 +3,3 @@
|
|||
### DATA
|
||||
/data/zram(/.*)? u:object_r:zram_data_file:s0
|
||||
|
||||
### SYSTEM
|
||||
/system/bin/inputmonitor u:object_r:inputmonitor_exec:s0
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
type inputmonitor, domain, coredomain;
|
||||
type inputmonitor_exec, exec_type, file_type, system_file_type;
|
||||
init_daemon_domain(inputmonitor)
|
||||
|
|
@ -21,3 +21,5 @@ allow hal_drm_widevine cpk_efs_file:file r_file_perms;
|
|||
allow hal_drm_widevine efs_file:dir search;
|
||||
|
||||
allow hal_drm_widevine drm_device:chr_file { read write open ioctl };
|
||||
|
||||
allow hal_drm_widevine tz_user_device:chr_file { read write open };
|
||||
|
|
|
|||
Loading…
Reference in a new issue