• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2019 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
5TIME="SHORT"
6AUTHOR = "The Chromium OS Authors"
7DOC = """
8Similar to security_NosymfollowMountOption.baseline, except mounts
9filesystems with SELinux custom mount strings for extra testing alongside
10SELinux.
11"""
12NAME = "security_NosymfollowMountOption.test_selinux_interaction"
13PURPOSE = """
14Make sure that the "nosymfollow" functionality of the chromiumos LSM works
15alongside SELinux.
16"""
17CRITERIA = """
18Same as security_NosymfollowMountOption.baseline with the added criteria that
19the chromiumos LSM code works alongside SELinux being enabled.
20"""
21ATTRIBUTES = "suite:bvt-perbuild"
22TEST_CLASS = "security"
23TEST_CATEGORY = "Functional"
24TEST_TYPE = "client"
25JOB_RETRIES = 2
26
27job.run_test("security_NosymfollowMountOption", test_selinux_interaction=True)
28