blob: 910670a42bcc2d8de3abfc025eff6ea2fb3351ba [file] [log] [blame]
# Copyright (c) 2010 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, allowed setuid/gid binaries on the system
"""
NAME = "security_SuidBinaries"
PURPOSE = "To maintain a minimal set of setuid/gid binaries on the system"
CRITERIA = """
Fail if the list of setuid/gid binaries doesn't match the baseline
"""
SUITE = "bvt-inline, smoke"
TEST_CLASS = "security"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
JOB_RETRIES = 1
job.run_test("security_SuidBinaries", baseline='suid', tag='suid')
job.run_test("security_SuidBinaries", baseline='sgid', tag='sgid')