Commit 9a8d1347 authored by Joe Downing's avatar Joe Downing Committed by Commit Bot

Updating the OWNERS for the remoting policies

The existing policies specified a couple of owners but that is
a bit fragile.  A better way is to use the OWNERS file in the
//remoting directory since we need to make sure it is kept
up to date.

Change-Id: Ia968c9833275e0a131e87b8c1e7d3e79605897f3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427140Reviewed-by: default avatarJamie Walch <jamiewalch@chromium.org>
Reviewed-by: default avatarMaksim Ivanov <emaxx@chromium.org>
Commit-Queue: Joe Downing <joedow@google.com>
Cr-Commit-Position: refs/heads/master@{#810342}
parent 5554191e
...@@ -1768,7 +1768,7 @@ ...@@ -1768,7 +1768,7 @@
}, },
{ {
'name': 'RemoteAccessClientFirewallTraversal', 'name': 'RemoteAccessClientFirewallTraversal',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:14-16', 'chrome_os:14-16'], 'supported_on': ['chrome.*:14-16', 'chrome_os:14-16'],
...@@ -1790,7 +1790,7 @@ ...@@ -1790,7 +1790,7 @@
}, },
{ {
'name': 'RemoteAccessHostClientDomain', 'name': 'RemoteAccessHostClientDomain',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:22-', 'chrome_os:41-'], 'supported_on': ['chrome.*:22-', 'chrome_os:41-'],
...@@ -1807,7 +1807,7 @@ ...@@ -1807,7 +1807,7 @@
}, },
{ {
'name': 'RemoteAccessHostClientDomainList', 'name': 'RemoteAccessHostClientDomainList',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'list', 'type': 'list',
'schema': { 'schema': {
'type': 'array', 'type': 'array',
...@@ -1834,7 +1834,7 @@ ...@@ -1834,7 +1834,7 @@
}, },
{ {
'name': 'RemoteAccessHostFirewallTraversal', 'name': 'RemoteAccessHostFirewallTraversal',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:14-', 'chrome_os:41-'], 'supported_on': ['chrome.*:14-', 'chrome_os:41-'],
...@@ -1856,7 +1856,7 @@ ...@@ -1856,7 +1856,7 @@
}, },
{ {
'name': 'RemoteAccessHostDomain', 'name': 'RemoteAccessHostDomain',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:22-', 'chrome_os:41-'], 'supported_on': ['chrome.*:22-', 'chrome_os:41-'],
...@@ -1873,7 +1873,7 @@ ...@@ -1873,7 +1873,7 @@
}, },
{ {
'name': 'RemoteAccessHostDomainList', 'name': 'RemoteAccessHostDomainList',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'list', 'type': 'list',
'schema': { 'schema': {
'type': 'array', 'type': 'array',
...@@ -1900,7 +1900,7 @@ ...@@ -1900,7 +1900,7 @@
}, },
{ {
'name': 'RemoteAccessHostRequireTwoFactor', 'name': 'RemoteAccessHostRequireTwoFactor',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:22-22'], 'supported_on': ['chrome.*:22-22'],
...@@ -1922,7 +1922,7 @@ ...@@ -1922,7 +1922,7 @@
}, },
{ {
'name': 'RemoteAccessHostTalkGadgetPrefix', 'name': 'RemoteAccessHostTalkGadgetPrefix',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:22-75', 'chrome_os:41-75'], 'supported_on': ['chrome.*:22-75', 'chrome_os:41-75'],
...@@ -1947,7 +1947,7 @@ ...@@ -1947,7 +1947,7 @@
}, },
{ {
'name': 'RemoteAccessHostRequireCurtain', 'name': 'RemoteAccessHostRequireCurtain',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:23-'], 'supported_on': ['chrome.*:23-'],
...@@ -1967,7 +1967,7 @@ ...@@ -1967,7 +1967,7 @@
}, },
{ {
'name': 'RemoteAccessHostAllowClientPairing', 'name': 'RemoteAccessHostAllowClientPairing',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:30-'], 'supported_on': ['chrome.*:30-'],
...@@ -1985,7 +1985,7 @@ ...@@ -1985,7 +1985,7 @@
}, },
{ {
'name': 'RemoteAccessHostAllowGnubbyAuth', 'name': 'RemoteAccessHostAllowGnubbyAuth',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:35-'], 'supported_on': ['chrome.*:35-'],
...@@ -2003,7 +2003,7 @@ ...@@ -2003,7 +2003,7 @@
}, },
{ {
'name': 'RemoteAccessHostAllowRelayedConnection', 'name': 'RemoteAccessHostAllowRelayedConnection',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:36-', 'chrome_os:86-'], 'supported_on': ['chrome.*:36-', 'chrome_os:86-'],
...@@ -2025,7 +2025,7 @@ ...@@ -2025,7 +2025,7 @@
}, },
{ {
'name': 'RemoteAccessHostUdpPortRange', 'name': 'RemoteAccessHostUdpPortRange',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:36-', 'chrome_os:41-'], 'supported_on': ['chrome.*:36-', 'chrome_os:41-'],
...@@ -2043,7 +2043,7 @@ ...@@ -2043,7 +2043,7 @@
}, },
{ {
'name': 'RemoteAccessHostMatchUsername', 'name': 'RemoteAccessHostMatchUsername',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.linux:25-', 'chrome.mac:25-'], 'supported_on': ['chrome.linux:25-', 'chrome.mac:25-'],
...@@ -2061,7 +2061,7 @@ ...@@ -2061,7 +2061,7 @@
}, },
{ {
'name': 'RemoteAccessHostTokenUrl', 'name': 'RemoteAccessHostTokenUrl',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:28-'], 'supported_on': ['chrome.*:28-'],
...@@ -2079,7 +2079,7 @@ ...@@ -2079,7 +2079,7 @@
}, },
{ {
'name': 'RemoteAccessHostTokenValidationUrl', 'name': 'RemoteAccessHostTokenValidationUrl',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:28-'], 'supported_on': ['chrome.*:28-'],
...@@ -2097,7 +2097,7 @@ ...@@ -2097,7 +2097,7 @@
}, },
{ {
'name': 'RemoteAccessHostTokenValidationCertificateIssuer', 'name': 'RemoteAccessHostTokenValidationCertificateIssuer',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:28-'], 'supported_on': ['chrome.*:28-'],
...@@ -2115,7 +2115,7 @@ ...@@ -2115,7 +2115,7 @@
}, },
{ {
'name': 'RemoteAccessHostDebugOverridePolicies', 'name': 'RemoteAccessHostDebugOverridePolicies',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'string', 'type': 'string',
'schema': { 'type': 'string' }, 'schema': { 'type': 'string' },
'supported_on': ['chrome.*:25-47','chrome_os:42-47'], 'supported_on': ['chrome.*:25-47','chrome_os:42-47'],
...@@ -2134,7 +2134,7 @@ ...@@ -2134,7 +2134,7 @@
}, },
{ {
'name': 'RemoteAccessHostAllowUiAccessForRemoteAssistance', 'name': 'RemoteAccessHostAllowUiAccessForRemoteAssistance',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.win:55-'], 'supported_on': ['chrome.win:55-'],
...@@ -2152,7 +2152,7 @@ ...@@ -2152,7 +2152,7 @@
}, },
{ {
'name': 'RemoteAccessHostAllowFileTransfer', 'name': 'RemoteAccessHostAllowFileTransfer',
'owners': ['jamiewalch@chromium.org', 'rkjnsn@chromium.org'], 'owners': ['file://remoting/OWNERS'],
'type': 'main', 'type': 'main',
'schema': { 'type': 'boolean' }, 'schema': { 'type': 'boolean' },
'supported_on': ['chrome.*:74-'], 'supported_on': ['chrome.*:74-'],
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment