1 AUTHOR = "Chromium OS Team" 2 NAME = "security_RendererSandbox" 3 PURPOSE = "Basic check to ensure renderer is sandboxed/jailed in Chromium OS." 4 CRITERIA = """ 5 This test will fail if (a) no renderer is found or (b) the requested URL is not 6 sandboxed/jailed. 7 """ 8 TIME = "SHORT" 9 ATTRIBUTES = "suite:security" 10 TEST_CATEGORY = "Security" 11 TEST_CLASS = "security" 12 TEST_TYPE = "client" 13 14 DOC = """ 15 This test simply checks if a page is loaded within the sandboxed/jailed 16 environment inside Chromium OS. 17 """ 18 19 job.run_test("security_RendererSandbox") 20