Home | History | Annotate | Download | only in security_ModuleLocking
      1 # Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
      2 # Use of this source code is governed by a BSD-style license that can be
      3 # found in the LICENSE file.
      4 
      5 NAME = "security_ModuleLocking"
      6 AUTHOR = "The Chromium OS Authors"
      7 PURPOSE = "Verify kernel module loading restrictions"
      8 CRITERIA = "Fails if kernel loads modules outside of root filesystem"
      9 TIME = "SHORT"
     10 ATTRIBUTES = "suite:bvt-inline, suite:smoke"
     11 TEST_CATEGORY = "Functional"
     12 TEST_CLASS = "security"
     13 TEST_TYPE = "client"
     14 JOB_RETRIES = 2
     15 
     16 DOC = """
     17     Checks that the kernel correctly restricts modules from being loaded
     18     outside of the root filesystem.
     19 """
     20 
     21 job.run_test('security_ModuleLocking')
     22