diff options
Diffstat (limited to 'src/policy_manager/db/role.db')
-rw-r--r-- | src/policy_manager/db/role.db | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/policy_manager/db/role.db b/src/policy_manager/db/role.db index 2807fde..5fca227 100644 --- a/src/policy_manager/db/role.db +++ b/src/policy_manager/db/role.db @@ -2,13 +2,18 @@ "roles":[ { "category": "homescreen", - "role": "homescreen", - "area": "full", + "role": "homescreen | "software_keyboard", + "area": "full | software_keyboard", + }, + { + "category": "restriction", + "role": "restriction.video_hide_on_driving", + "area": "normal | restriction.split.main | restriction.split.sub", }, { "category": "map", "role": "map", - "area": "full | normal | split.main", + "area": "normal | split.main", }, { "category": "general", |