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