This reverts commit fae580c5ce
.
Reason for revert: Relanding with fix
Bug: 250900568
Change-Id: I242a8b710d7d44e7390a1d63e39f7ebd7d406a4c
9 lines
313 B
Text
9 lines
313 B
Text
type hal_drm_cast, domain;
|
|
type hal_drm_cast_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(hal_drm_cast)
|
|
hal_server_domain(hal_drm_cast, hal_drm)
|
|
|
|
allow hal_drm_cast mnt_vendor_file:dir search;
|
|
allow hal_drm_cast persist_file:dir search;
|
|
allow hal_drm_cast device_cert_file:file r_file_perms;
|