Home | History | Annotate | Download | only in security_SysVIPC
      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 
      5 TIME = "SHORT"
      6 AUTHOR = "The Chromium OS Authors"
      7 DOC = "Security tripwire for SysV IPC attack surfaces"
      8 NAME = "security_SysVIPC"
      9 PURPOSE = "Detect emergence of new attack surfaces in SysV IPC"
     10 CRITERIA = "Fails if shm, mqueues, or semaphores do not match expectations."
     11 ATTRIBUTES = "suite:security"
     12 TEST_CLASS = "security"
     13 TEST_CATEGORY = "Functional"
     14 TEST_TYPE = "client"
     15 
     16 job.run_test("security_SysVIPC")
     17