1# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5TIME="SHORT" 6AUTHOR = "The Chromium OS Authors" 7DOC = """ 8This test enforces a known/vetted list of vetted dbus attack surface 9in Chromium OS. 10""" 11NAME = "security_DbusMap" 12PURPOSE = "To ensure un-vetted attack surface doesn't make it into the system" 13CRITERIA = """ 14The test walks all available interfaces and their methods. If this 15exactly-matches our baseline data, test passes. If there are any missing, or 16any extra, test fails. 17""" 18TEST_CLASS = "security" 19TEST_CATEGORY = "Security" 20TEST_TYPE = "client" 21ATTRIBUTES = "suite:manual" 22SUITE = "manual" 23 24job.run_test("security_DbusMap") 25