blob: 296a6f0a1b5a3438b18ffbcb158b7108488feaf2 [file] [log] [blame]
{
include: [ "//sdk/lib/diagnostics/syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/cap_getter_bin",
},
capabilities: [
{ protocol: "test.policy.Access" },
],
use: [
{
protocol: [
"test.policy.Restricted",
"test.policy.Unrestricted",
],
},
{
directory: "restricted",
rights: [ "rw*" ],
path: "/restricted",
},
{
directory: "unrestricted",
rights: [ "rw*" ],
path: "/unrestricted",
},
],
expose: [
{
protocol: "test.policy.Access",
from: "self",
},
],
}