blob: 93b5751147fd62c12c0a9bd4ac105b4115e0c51f [file] [log] [blame]
// Copyright 2022 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [ "syslog/client.shard.cml" ],
program: {
// Expected to fail because elf_test_runner doesn't grant ambient exec
runner: "elf_test_runner",
binary: "bin/ambient_exec_test",
// `elf_test_runner` is expected to ignore the `job_policy_ambient_mark_vmo_exec` key,
// so the following line does nothing.
job_policy_ambient_mark_vmo_exec: "true",
},
capabilities: [
{ protocol: "fuchsia.test.Suite" },
],
expose: [
{
protocol: "fuchsia.test.Suite",
from: "self",
},
],
}