Searched refs:isSELinuxEnabled (Results 1 – 3 of 3) sorted by relevance
71 static jboolean isSELinuxEnabled(JNIEnv *env, jobject) { in isSELinuxEnabled() function414 …LinuxEnabled" , "()Z" , (void*)isSELinuxEnabled },
56 public static final native boolean isSELinuxEnabled(); in isSELinuxEnabled() method in SELinux
177 if (!SELinux.isSELinuxEnabled()) { in onCreatePreferences()