Home | History | Annotate | Download | only in security_ChromiumOSLSM
      1 # Copyright (c) 2011 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_ChromiumOSLSM"
      6 PURPOSE = "Verify that the Chromium Security Module is working as expected"
      7 CRITERIA = """
      8 This test will fail if:
      9   - A mount operation can be specified using a symbolic mount path"
     10 """
     11 AUTHOR = "ups (a] chromium.org (Stephan Uphoff)"
     12 TIME = "SHORT"
     13 ATTRIBUTES = "suite:bvt-inline, suite:smoke"
     14 TEST_CATEGORY = "Functional"
     15 TEST_CLASS = "security"
     16 TEST_TYPE = "client"
     17 JOB_RETRIES = 2
     18 DOC = """
     19 Verify that the Chromium Security Module is working as expected.
     20 
     21 The following will be tested:
     22 
     23 - Mount: Test that specifying a mount path containing a symbolic link will fail
     24 
     25 """
     26 
     27 job.run_test('security_ChromiumOSLSM')
     28