Home | History | Annotate | Download | only in security_RuntimeExecStack
      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 = ("This test verifies that no running processes on the image have "
      8     "an executable stack. This augments the platform_ToolchainOptions test "
      9     "in that it will catch mprotect(..., PROT_EXEC, ...) calls too.")
     10 NAME = "security_RuntimeExecStack"
     11 PURPOSE = "To ensure running processes have non-executable stack"
     12 CRITERIA = ("Fail if a process has an executable stack")
     13 ATTRIBUTES = "suite:bvt-inline, suite:smoke"
     14 SUITE = "bvt-inline, smoke"
     15 TEST_CLASS = "security"
     16 TEST_CATEGORY = "Functional"
     17 TEST_TYPE = "client"
     18 JOB_RETRIES = 2
     19 
     20 job.run_test('security_RuntimeExecStack')
     21