blob: 3f3b5e3f45ad3a91da1c5ac39b4d2fb09759f6f8 [file] [log] [blame]
# Copyright (c) 2011 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_ChromiumOSLSM"
PURPOSE = "Verify that the Chromium Security Module is working as expected"
CRITERIA = """
This test will fail if:
- A mount operation can be specified using a symbolic mount path"
"""
AUTHOR = "ups@chromium.org (Stephan Uphoff)"
TIME = "SHORT"
SUITE = "bvt-inline, smoke"
TEST_CATEGORY = "Functional"
TEST_CLASS = "security"
TEST_TYPE = "client"
JOB_RETRIES = 1
DOC = """
Verify that the Chromium Security Module is working as expected.
The following will be tested:
- Mount: Test that specifying a mount path containing a symbolic link will fail
"""
job.run_test('security_ChromiumOSLSM')