Searched refs:OSFeatures (Results 1 – 3 of 3) sorted by relevance
63 if (OSFeatures.needsSeccompSupport()) { in testSeccomp()66 OSFeatures.hasSeccompSupport()); in testSeccomp()71 if (!OSFeatures.needsSeccompSupport()) in testKernelBasicTests()105 if (!OSFeatures.needsSeccompSupport()) in testKernelTrapTests()117 if (!OSFeatures.needsSeccompSupport()) in testKernelPrecedenceTests()151 if (!OSFeatures.needsSeccompSupport()) in testKernelTSYNCTests()194 if (!OSFeatures.needsSeccompSupport()) in testIsolatedServicePolicy()225 if (!OSFeatures.needsSeccompSupport()) in testViolateIsolatedServicePolicy()
27 int newPrivs = OSFeatures.getNoNewPrivs(); in testNoNewPrivs()41 int result = OSFeatures.prctlCapBsetRead(i); in testPrCapbsetEmpty()
19 public class OSFeatures { class