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_AllowDeny" 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 the program is allowed to open the jail without 17permission from the server listening on /dev/jail-request, or is denied 18access when permission is granted. 19""" 20 21job.run_test('security_DeviceJail_AllowDeny') 22