blob: 28282529d4203f4f1d4392d7fdeb680333eb3b9d [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.
TIME="SHORT"
AUTHOR = "The Chromium OS Authors"
DOC = """
Tests to ensure that RestartJob ignores argv[0] and cannot be
abused to launch arbitrary processes.
"""
NAME = "security_RestartJob"
PURPOSE = "Validate that RestartJob will not launch arbitrary processes"
CRITERIA = """
Fail if we are able to launch an arbitrary process via RestartJob.
"""
SUITE = "bvt, smoke"
TEST_CLASS = "security"
TEST_CATEGORY = "Security"
TEST_TYPE = "client"
job.run_test("security_RestartJob")