# Copyright (c) 2012 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 = """ Tests seccomp_filter setup in minijail. """ NAME = "security_Minijail_seccomp" PURPOSE = "Regression test for seccomp_filter setup from minijail." CRITERIA = """ Fail if either seccomp_filter fails to block syscalls or if allowed syscalls are blocked incorrectly. """ TEST_CLASS = "security" TEST_CATEGORY = "Functional" TEST_TYPE = "client" JOB_RETRIES = 2 ATTRIBUTES = "suite:bvt-inline, suite:smoke" SUITE = "bvt-inline, smoke" job.run_test("security_Minijail_seccomp")