blob: 674a22e612e81f2f092ccf3571eeb5797f8450ff [file] [log] [blame]
# 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"
job.run_test("security_Minijail_seccomp")