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 ASLR is working in important processes by" 8 "checking their memory mappings before and after restarting them.") 9 NAME = "security_ASLR" 10 PURPOSE = "To ensure ASLR is enabled for chrome and debugd" 11 CRITERIA = (" Fail if a process can't restart or has address range starts" 12 "for any executable stack, or heap memory map to the same location" 13 "after restarting") 14 ATTRIBUTES = "suite:bvt-inline, suite:smoke" 15 SUITE = "bvt-inline, smoke" 16 TEST_CLASS = "security" 17 TEST_CATEGORY = "Functional" 18 TEST_TYPE = "client" 19 JOB_RETRIES = 2 20 21 job.run_test('security_ASLR') 22