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 = "Enforces a whitelist of known user and group ID's." 8NAME = "security_AccountsBaseline" 9PURPOSE = "To maintain a minimal set of uid/gid on the system" 10PURPOSE = ("To ensure required accounts consistently appear with the same " 11 "name:uid# mapping") 12CRITERIA = "Fail if the list of uid/gid doesn't match the baseline." 13ATTRIBUTES = "suite:bvt-inline, suite:smoke" 14TEST_CLASS = "security" 15TEST_CATEGORY = "Functional" 16TEST_TYPE = "client" 17JOB_RETRIES = 2 18 19job.run_test("security_AccountsBaseline") 20