1 # Copyright 2018 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 6 AUTHOR = "chromeos-security (a] google.com" 7 NAME = "security_SELinux" 8 TIME = "SHORT" 9 TEST_CATEGORY = "Functional" 10 TEST_CLASS = "security" 11 TEST_TYPE = "client" 12 ATTRIBUTES = "suite:bvt-perbuild" 13 JOB_RETRIES = 2 14 15 DOC = """ 16 This is a simple test to check whether the SELinux 17 configuration is reflected correctly in the running 18 system. 19 """ 20 21 job.run_test('security_SELinux') 22