Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9448f29

Browse files
authored
Revert "[fuchsia] Diagnostics directory rights are R* (#39203)" (#39271)
This reverts commit 225ae87.
1 parent 9cc2a8e commit 9448f29

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)