From 301f746c6d6b261e35faba4b5ea6fddaecb46e29 Mon Sep 17 00:00:00 2001 From: mtk07742 Date: Sat, 18 Jan 2020 10:22:14 +0800 Subject: [PATCH] [ALPS04901917] Add getattr rule in system_server Add getattr rule for storage_stub_file in system_server. MTK-Commit-Id: 5a1c9e243e59f2269393b460a3e5f5c107fe3849 Change-Id: Iebad699b45a87b13e9d0b7079b3e985a87c8cca9 CR-Id: ALPS04901917 Feature: [Module]SystemServer --- non_plat/system_server.te | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/non_plat/system_server.te b/non_plat/system_server.te index ff1ec17..16be4fe 100644 --- a/non_plat/system_server.te +++ b/non_plat/system_server.te @@ -273,3 +273,7 @@ allow system_server zygote:process setsched; # Date : 2019/11/21 # Operation : Q Migration allow system_server sf_rtt_file:dir rmdir; + +# Date : 2019/11/29 +# Operation : Q Migration +allow system_server storage_stub_file:dir getattr;