1# Copyright (c) 2012 The Chromium OS Authors. All rights reserved. 2# Use of this source code is governed by a BSD-style license that can be 3# found in the LICENSE file. 4 5TIME = "SHORT" 6AUTHOR = "The Chromium OS Authors" 7DOC = "Security tripwire for SysV IPC attack surfaces" 8NAME = "security_SysVIPC" 9PURPOSE = "Detect emergence of new attack surfaces in SysV IPC" 10CRITERIA = "Fails if shm, mqueues, or semaphores do not match expectations." 11ATTRIBUTES = "suite:security" 12TEST_CLASS = "security" 13TEST_CATEGORY = "Functional" 14TEST_TYPE = "client" 15 16job.run_test("security_SysVIPC") 17