1# Copyright 2017 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 5AUTHOR = "ejcaruso@chromium.org" 6NAME = "security_DeviceJail_Detach" 7PURPOSE = "Verify that the device jail module is functioning." 8TIME = "SHORT" 9ATTRIBUTES = "suite:security" 10TEST_CATEGORY = "Functional" 11TEST_CLASS = "security" 12TEST_TYPE = "client" 13DOC = """ 14This test is not applicable if the control devices for device jail are 15not present. This means the kernel must be 3.14 or later. 16The test will fail if we are given a detached device but the kernel 17drivers are still connected while it is open. 18""" 19 20job.run_test('security_DeviceJail_Detach') 21