blob: 031c9b9dc36108e92f6cd3691eac9af25c2a583e [file] [log] [blame]
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
NAME = 'platform_MiniJailUidGid'
AUTHOR = 'The Chromium OS Authors'
PURPOSE = 'Verify MiniJail can set UID and GID.'
CRITERIA = """
Fails if bindir is not owned by root and the world cannot read/execute.
"""
TIME='SHORT'
TEST_CATEGORY = 'Security'
TEST_CLASS = 'platform'
TEST_TYPE = 'client'
DOC = """
This test checks that MiniJail sets the UID and GID correctly.
"""
job.run_test('platform_MiniJailUidGid')