# Copyright (c) 2011 The Chromium OS Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. TIME="SHORT" AUTHOR = "The Chromium OS Authors" DOC = "Enforces a whitelist of known user and group ID's." NAME = "security_AccountsBaseline" PURPOSE = "To maintain a minimal set of uid/gid on the system" PURPOSE = ("To ensure required accounts consistently appear with the same " "name:uid# mapping") CRITERIA = "Fail if the list of uid/gid doesn't match the baseline." ATTRIBUTES = "suite:bvt-inline, suite:smoke" TEST_CLASS = "security" TEST_CATEGORY = "Functional" TEST_TYPE = "client" JOB_RETRIES = 2 job.run_test("security_AccountsBaseline")