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