From 88f43d63ef70bfe4775c205c235e958961e8e932 Mon Sep 17 00:00:00 2001 From: jialin Date: Wed, 23 Oct 2024 10:55:34 +0000 Subject: [PATCH] Add sepolicy for hwc services Allow hdcd daemon to set hdcp property by hwc services Tracked-On: OAM-126171 Signed-off-by: Jialin --- hdcpd/hdcpd.te | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hdcpd/hdcpd.te b/hdcpd/hdcpd.te index 0551481e..a2696773 100644 --- a/hdcpd/hdcpd.te +++ b/hdcpd/hdcpd.te @@ -29,3 +29,6 @@ allow hdcpd hdcpd_data_file:{ file sock_file } create_file_perms; # tmpfs allow hdcpd tmpfs:dir w_dir_perms; + +#hwc.info +allow hdcpd hwc_info_service:service_manager find;