1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21

ash / components / arc / session / arc_bridge_policy.jsonc [blame]

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Start with an array of policies.
// Validate this file in CrOS device: mojo_service_manager --check_policy
[
    {
        "user": "chronos",
        "own": [
            "ChromiumArcBridgeHost"
        ]
    },
    {
        // TODO(b/333309396): Use "user": "arc-mojo-proxy" instead.
        "identity": "u:r:cros_arcvm_server_proxy:s0",
        "request": [
            "ChromiumArcBridgeHost"
        ]
    }
]