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 = """ 8Accounts for various permissions on the contents of the stateful parititon. 9""" 10NAME = "security_StatefulPermissions" 11PURPOSE = "To maintain a vetted, minimized set of attack surfaces in stateful." 12CRITERIA = """ 13Fail if any files are found which are unaccounted for by given owner-specific 14criteria. 15""" 16ATTRIBUTES = "suite:bvt-inline" 17SUITE = "bvt-inline" 18TEST_CLASS = "security" 19TEST_CATEGORY = "Functional" 20TEST_TYPE = "client" 21JOB_RETRIES = 2 22 23job.run_test("security_StatefulPermissions") 24