1 # Copyright (c) 2012 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 = "Enforces sandboxing of system services." 8 NAME = "security_SandboxedServices" 9 PURPOSE = "To maintain sensitive system services correctly sandboxed." 10 CRITERIA = "Fail if any running service does not match the baseline." 11 ATTRIBUTES = "suite:bvt-inline, suite:smoke" 12 TEST_CLASS = "security" 13 TEST_CATEGORY = "Functional" 14 TEST_TYPE = "client" 15 JOB_RETRIES = 2 16 17 job.run_test("security_SandboxedServices") 18