blob: 7b4e6a655a52ac42737726231ad983fd46068736 [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.
AUTHOR = "The Chromium OS Authors"
NAME = "platform_ProcessPrivileges"
PURPOSE = "Verify privileges of running processes are correct."
CRITERIA = """
Fail if we find unexpected process privileges.
"""
TIME = "SHORT"
TEST_CATEGORY = "Functional"
TEST_CLASS = "platform"
TEST_TYPE = "client"
DOC = """
This test checks process privileges - whether processes are running as root/
super-user, and/or whether they are running as the specified user.
"""
job.run_test('platform_ProcessPrivileges')