diff options
Diffstat (limited to 'policy_manager/db/roles.db')
-rw-r--r-- | policy_manager/db/roles.db | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy_manager/db/roles.db b/policy_manager/db/roles.db index 184e602..9774274 100644 --- a/policy_manager/db/roles.db +++ b/policy_manager/db/roles.db @@ -35,6 +35,12 @@ "role": "system_alert", "area": "on_screen", "layer": "on_screen", + }, + { + "category": "remote", + "role": "tbtnavi", + "area": "remote.fullscreen", + "layer": "remote_apps", } ] } |