blob: 59e79deecc796f045c3fbcf2042bab880f1e05c4 [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.
NAME = "security_SeccompSyscallFilters"
TIME = "SHORT"
AUTHOR = "chromeos-security@google.com"
DOC = """
Runs tests to verify that seccomp calls make correct changes with
different settings
"""
PURPOSE = "To verify that seccomp is correctly changing permissions"
CRITERIA = "Permissions are changed to expected values after seccomp calls"
SUITE = "regression"
TEST_CLASS = "security"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
job.run_test('security_SeccompSyscallFilters')