Whitelist FileSystemProvider API for Secure Shell |
||||||||
Issue descriptionWe're working on adding sshfs support to Secure Shell, using the FileSystemProvider API on Chrome OS. However, for various reasons that are difficult to address, Secure Shell is stuck as a "v1.5" chrome app, whereas the FSP API is only available to v2.0 apps. As a workaround, we'd like whitelisted access to FSP from Secure Shell for the following app ids: Secure Shell Stable: pnhechapfaindjhompbnflcldabbghjo Secure Shell Dev: okddffdblfhhnmhodogpojmfkjmhinfp
,
Dec 9 2016
,
Dec 12 2016
,
Jan 18 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/635e633fc4db2ac47139a493fa36646735627464 commit 635e633fc4db2ac47139a493fa36646735627464 Author: tbarzic <tbarzic@chromium.org> Date: Wed Jan 18 21:51:16 2017 Whitelist fileSystemProvider API to Secure Shell app Secure Shell is a legacy packaged app, and as such cannot declare fileSystemProvider permission. Secure Shell will require access to fileSystemProvider API - to enable Secure Shell to access the API, expose fileSystemProvider permission to the app via whitelist. BUG= 673004 Review-Url: https://codereview.chromium.org/2613823002 Cr-Commit-Position: refs/heads/master@{#444498} [modify] https://crrev.com/635e633fc4db2ac47139a493fa36646735627464/chrome/common/extensions/api/_manifest_features.json [modify] https://crrev.com/635e633fc4db2ac47139a493fa36646735627464/chrome/common/extensions/api/_permission_features.json
,
Jan 27 2017
,
Mar 3 2017
,
Mar 3 2017
,
Aug 1 2017
,
Jan 22 2018
|
||||||||
►
Sign in to add a comment |
||||||||
Comment 1 by zelidrag@chromium.org
, Dec 9 2016Labels: M-57