Home
last modified time | relevance | path

Searched refs:policyFile (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/security/src/android/security/cts/
DSELinuxNeverallowRulesTest.java132 File policyFile = in testNeverallowRules() local
137 mRule.testNeverallowRule(sepolicyAnalyze, policyFile); in testNeverallowRules()
DSELinuxNeverallowRule.java164 public void testNeverallowRule(File sepolicyAnalyze, File policyFile) throws Exception { in testNeverallowRule() argument
167 policyFile.getAbsolutePath(), "neverallow", "-n", in testNeverallowRule()
/cts/tests/tests/os/src/android/os/cts/
DSeccompTest.java426 for (AssetFileDescriptor policyFile : policyFiles) { in installTestFilter()
427 if (policyFile == null) in installTestFilter()
430 final FileInputStream policyStream = policyFile.createInputStream(); in installTestFilter()