blob: 0f7ae8d6fa579ca8c22aa67170e8161ea92e1738 [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
TIME="SHORT"
AUTHOR = "The Chromium OS Authors"
DOC = """
Enforces a whitelist of known, allowed Dbus interfaces owned by chronos
"""
NAME = "security_DbusOwners"
PURPOSE = "To maintain a minimal attack surface of chronos-owned interfaces"
CRITERIA = """
Fail if the list of interfaces owned by chronos doesn't match the baseline
"""
SUITE = "smoke, bvt, bvt_cq"
TEST_CLASS = "security"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
JOB_RETRIES = 1
job.run_test("security_DbusOwners")