From 2ea71aa957634ce69681ae34abace0566d52b744 Mon Sep 17 00:00:00 2001 From: Yuta Doi Date: Thu, 10 May 2018 13:10:28 +0900 Subject: Modify for restriction role - Add policy for restriction to dummy stm. - Add the function which inputs json file because json_object_from_file can not allows up to only 4KB file. - Bug fix in json files. - Delete unexpected characters. - Delete description because it does not follow the format of json array. Change-Id: I2f8fba1d1001cf244e2531fe3a1a738d5a48091b Signed-off-by: Yuta Doi --- src/policy_manager/db/role.db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/policy_manager/db') diff --git a/src/policy_manager/db/role.db b/src/policy_manager/db/role.db index 247aab2..6c5d715 100644 --- a/src/policy_manager/db/role.db +++ b/src/policy_manager/db/role.db @@ -2,13 +2,13 @@ "roles":[ { "category": "homescreen", - "role": "homescreen | "software_keyboard", + "role": "homescreen | software_keyboard", "area": "full | software_keyboard", }, { "category": "restriction", "role": "restriction", - "area": "normal | restriction.split.main | restriction.split.sub", + "area": "restriction.normal | restriction.split.main | restriction.split.sub", }, { "category": "map", -- cgit 1.2.3-korg