huangcm
2024-12-18 9d29be7f7249789d6ffd0440067187a9f040c2cd
1
2
3
4
5
6
7
8
9
10
11
12
13
type hal_drm_widevine, domain;
hal_server_domain(hal_drm_widevine, hal_drm)
hal_client_domain(hal_drm_widevine, hal_allocator)
type hal_drm_widevine_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_drm_widevine)
 
allow hal_drm_widevine vndbinder_device:chr_file { ioctl open read write };
allow hal_drm_widevine untrusted_app_25:fd { use };
allow hal_drm_widevine untrusted_app_27:fd { use };
allow hal_drm_widevine untrusted_app:fd { use };
allow hal_drm_widevine system_app:fd { use };
allow hal_drm_widevine mediadrm_vendor_data_file:dir create_dir_perms;
allow hal_drm_widevine mediadrm_vendor_data_file:file create_file_perms;