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