Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/security/cts/
DKernelConfigTest.java353 final String ENABLE_CONFIG = "CONFIG_STATIC_USERMODEHELPER=y"; in testConfigDisableUsermodehelper() local
361 assertTrue("Linux kernel must enable static usermodehelper: " + ENABLE_CONFIG, in testConfigDisableUsermodehelper()
362 configSet.contains(ENABLE_CONFIG)); in testConfigDisableUsermodehelper()