Home | History | Annotate | Download | only in security_RendererSandbox
      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 SUITE = "security"
     11 TEST_CATEGORY = "Security"
     12 TEST_CLASS = "security"
     13 TEST_TYPE = "client"
     14 
     15 DOC = """
     16 This test simply checks if a page is loaded within the sandboxed/jailed 
     17 environment inside Chromium OS.
     18 """
     19 
     20 job.run_test("security_RendererSandbox")
     21