blob: 931749505600efc1454811f0c4405e47d1a322eb [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_ModuleLocking"
AUTHOR = "The Chromium OS Authors"
PURPOSE = "Verify kernel module loading restrictions"
CRITERIA = "Fails if kernel loads modules outside of root filesystem"
TIME = "SHORT"
SUITE = "smoke, bvt, bvt_cq"
TEST_CATEGORY = "Functional"
TEST_CLASS = "security"
TEST_TYPE = "client"
JOB_RETRIES = 1
DOC = """
Checks that the kernel correctly restricts modules from being loaded
outside of the root filesystem.
"""
job.run_test('security_ModuleLocking')