From c34b5238c62d1eddc1da37d879abf1ee5799d3b6 Mon Sep 17 00:00:00 2001 From: Vlatko Markovic Date: Mon, 22 Sep 2014 07:59:00 -0700 Subject: [PATCH] Bug 1059198 - Permission table update for Trusted Hosted Apps. r=sicking --- dom/apps/PermissionsTable.jsm | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dom/apps/PermissionsTable.jsm b/dom/apps/PermissionsTable.jsm index ae53ce250cc5..c6fd8c073535 100644 --- a/dom/apps/PermissionsTable.jsm +++ b/dom/apps/PermissionsTable.jsm @@ -48,7 +48,7 @@ this.PermissionsTable = { geolocation: { }, camera: { app: DENY_ACTION, - trusted: DENY_ACTION, + trusted: PROMPT_ACTION, privileged: PROMPT_ACTION, certified: ALLOW_ACTION }, @@ -99,28 +99,28 @@ this.PermissionsTable = { geolocation: { }, "device-storage:pictures": { app: DENY_ACTION, - trusted: DENY_ACTION, + trusted: PROMPT_ACTION, privileged: PROMPT_ACTION, certified: ALLOW_ACTION, access: ["read", "write", "create"] }, "device-storage:videos": { app: DENY_ACTION, - trusted: DENY_ACTION, + trusted: PROMPT_ACTION, privileged: PROMPT_ACTION, certified: ALLOW_ACTION, access: ["read", "write", "create"] }, "device-storage:music": { app: DENY_ACTION, - trusted: DENY_ACTION, + trusted: PROMPT_ACTION, privileged: PROMPT_ACTION, certified: ALLOW_ACTION, access: ["read", "write", "create"] }, "device-storage:sdcard": { app: DENY_ACTION, - trusted: DENY_ACTION, + trusted: PROMPT_ACTION, privileged: PROMPT_ACTION, certified: ALLOW_ACTION, access: ["read", "write", "create"] @@ -368,7 +368,7 @@ this.PermissionsTable = { geolocation: { }, "audio-channel-publicnotification": { app: DENY_ACTION, - trusted: DENY_ACTION, + trusted: ALLOW_ACTION, privileged: DENY_ACTION, certified: ALLOW_ACTION },