Skip to content

Commit df16466

Browse files
committed
Revert "[fuchsia] Diagnostics directory rights are R* (flutter#39203)"
This reverts commit 225ae87.
1 parent 0676cf8 commit df16466

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/platform/fuchsia/dart_runner/meta/common.shard.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// have support for CML includes from the SDK.
99
{
1010
directory: "diagnostics",
11-
rights: [ "r*" ],
11+
rights: [ "connect" ],
1212
path: "/diagnostics",
1313
},
1414
],

shell/platform/fuchsia/flutter/meta/common.shard.cml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// have support for CML includes from the SDK.
99
{
1010
directory: "diagnostics",
11-
rights: [ "r*" ],
11+
rights: [ "connect" ],
1212
path: "/diagnostics",
1313
},
1414
],

0 commit comments

Comments
 (0)