Skip to content

Commit

Permalink
[fuchsia] Diagnostics directory rights are R* (#39203)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelfrde committed Jan 27, 2023
1 parent f03b123 commit 225ae87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shell/platform/fuchsia/dart_runner/meta/common.shard.cml
Expand Up @@ -8,7 +8,7 @@
// have support for CML includes from the SDK.
{
directory: "diagnostics",
rights: [ "connect" ],
rights: [ "r*" ],
path: "/diagnostics",
},
],
Expand Down
2 changes: 1 addition & 1 deletion shell/platform/fuchsia/flutter/meta/common.shard.cml
Expand Up @@ -8,7 +8,7 @@
// have support for CML includes from the SDK.
{
directory: "diagnostics",
rights: [ "connect" ],
rights: [ "r*" ],
path: "/diagnostics",
},
],
Expand Down

0 comments on commit 225ae87

Please sign in to comment.