From 0016bf873fd622d58d65eea77d3deac685d8775e Mon Sep 17 00:00:00 2001 From: mtk16229 Date: Sat, 18 Jan 2020 10:07:40 +0800 Subject: [PATCH] [ALPS04112420] add mota selinux limited [Detail]add mota selinux linited MTK-Commit-Id: 7762b88c2e81f42f95232f00c1c2cf0e81d47421 Change-Id: I5071ca451510cd14a8ccf53e8e77c3e77f50816b Signed-off-by: mtk16229 CR-Id: ALPS04112420 Feature: MOTA (Mediatek Over The Air) --- plat_private/system_server.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plat_private/system_server.te b/plat_private/system_server.te index 6dcb34a..56a75e4 100644 --- a/plat_private/system_server.te +++ b/plat_private/system_server.te @@ -1,3 +1,5 @@ # Date: W18.32 # Operation : dontaudit writing to timerslack_ns dontaudit system_server appdomain:file w_file_perms; +allow system_server ota_package_file:dir getattr; +allow uncrypt uncrypt:capability fowner;