2017-01-01 21:01:18 +01:00
|
|
|
type hal_drm_default, domain;
|
2017-02-17 23:51:02 +01:00
|
|
|
hal_server_domain(hal_drm_default, hal_drm)
|
2017-01-01 21:01:18 +01:00
|
|
|
|
|
|
|
type hal_drm_default_exec, exec_type, file_type;
|
|
|
|
init_daemon_domain(hal_drm_default)
|
2017-02-03 21:04:30 +01:00
|
|
|
|
|
|
|
allow hal_drm_default mediacodec:fd use;
|
|
|
|
allow hal_drm_default { appdomain -isolated_app }:fd use;
|
2017-03-25 00:07:35 +01:00
|
|
|
|
2017-03-28 07:44:40 +02:00
|
|
|
# TODO (b/36601695) remove hal_drm's access to /data or move to
|
|
|
|
# /data/vendor/hardware/hal_drm. Remove coredata_in_vendor_violators
|
|
|
|
# attribute.
|
|
|
|
typeattribute hal_drm_default coredata_in_vendor_violators;
|