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 5 TIME="SHORT" 6 AUTHOR = "The Chromium OS Authors" 7 DOC = """ 8 This test enforces a known/vetted list of vetted dbus attack surface 9 in Chromium OS. 10 """ 11 NAME = "security_DbusMap" 12 PURPOSE = "To ensure un-vetted attack surface doesn't make it into the system" 13 CRITERIA = """ 14 The test walks all available interfaces and their methods. If this 15 exactly-matches our baseline data, test passes. If there are any missing, or 16 any extra, test fails. 17 """ 18 TEST_CLASS = "security" 19 TEST_CATEGORY = "Security" 20 TEST_TYPE = "client" 21 ATTRIBUTES = "suite:manual" 22 SUITE = "manual" 23 24 job.run_test("security_DbusMap") 25