device_google_tangorpro/sepolicy/castkey/hal_drm_castkey.te
Michael Bestas ef7e54bbb0
tangorpro: sepolicy: Add missing castkey sepolicy
Change-Id: I24045ad4ebd36912d434042ed11d0d4ab5f1af9b
2025-06-26 10:19:33 +03:00

10 lines
320 B
Text

type hal_drm_cast, domain;
type hal_drm_cast_exec, vendor_file_type, exec_type, file_type;
init_daemon_domain(hal_drm_cast)
hal_server_domain(hal_drm_cast, hal_drm)
# Cert
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;