blob: 52981217e7d68e51cf8d8bae26c742941bb05535 [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 = """
Ensures there is no files owned by chronos on the rootfs.
"""
NAME = "security_RootfsOwners"
PURPOSE = "Ensures there is no files owned by chronos on the rootfs."
CRITERIA = """
Fail if there are any files owned by the chronos on the rootfs.
"""
SUITE = "security"
TEST_CLASS = "security"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
job.run_test("security_RootfsOwners")