blob: be348f79ab7e89e3e5337c4d04a1b33d69b64faf [file] [log] [blame]
# Copyright (c) 2012 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 = """
Checks that /var/log has the right permissions.
"""
NAME = "security_SysLogPermissions"
PURPOSE = "Check for regressions of syslog permissions."
CRITERIA = """
Fail if system logfiles have the wrong permissions.
"""
SUITE = "security"
TEST_CLASS = "security"
TEST_CATEGORY = "Functional"
TEST_TYPE = "client"
job.run_test("security_SysLogPermissions")