diff --git a/universal7885-common/sepolicy/private/file_contexts b/universal7885-common/sepolicy/private/file_contexts index 9ad778a..1ec7550 100644 --- a/universal7885-common/sepolicy/private/file_contexts +++ b/universal7885-common/sepolicy/private/file_contexts @@ -3,5 +3,3 @@ ### DATA /data/zram(/.*)? u:object_r:zram_data_file:s0 -### SYSTEM -/system/bin/inputmonitor u:object_r:inputmonitor_exec:s0 diff --git a/universal7885-common/sepolicy/private/inputmonitor.te b/universal7885-common/sepolicy/private/inputmonitor.te deleted file mode 100644 index 3b34d2c..0000000 --- a/universal7885-common/sepolicy/private/inputmonitor.te +++ /dev/null @@ -1,3 +0,0 @@ -type inputmonitor, domain, coredomain; -type inputmonitor_exec, exec_type, file_type, system_file_type; -init_daemon_domain(inputmonitor) diff --git a/universal7885-common/sepolicy/vendor/hal_drm_widevine.te b/universal7885-common/sepolicy/vendor/hal_drm_widevine.te index 410c50a..790a9e0 100644 --- a/universal7885-common/sepolicy/vendor/hal_drm_widevine.te +++ b/universal7885-common/sepolicy/vendor/hal_drm_widevine.te @@ -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 };