Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/os/
DSELinuxTest.java40 ret = SELinux.checkSELinuxAccess(mycon, mycon, "process", "fork"); in testcheckSELinuxAccess()
42 ret = SELinux.checkSELinuxAccess(mycon, mycon, "memprotect", "mmap_zero"); in testcheckSELinuxAccess()
/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java652 boolean allowed = SELinux.checkSELinuxAccess(peerSecurityContext, in applyUidSecurityPolicy()
716 boolean allowed = SELinux.checkSELinuxAccess(peerSecurityContext, in applyRlimitSecurityPolicy()
747 boolean allowed = SELinux.checkSELinuxAccess(peerSecurityContext, in applyCapabilitiesSecurityPolicy()
816 boolean allowed = SELinux.checkSELinuxAccess(peerSecurityContext, in applyInvokeWithSecurityPolicy()
850 boolean allowed = SELinux.checkSELinuxAccess(peerSecurityContext, in applyseInfoSecurityPolicy()
/frameworks/base/core/java/android/os/
DSELinux.java126 …public static final native boolean checkSELinuxAccess(String scon, String tcon, String tclass, Str… in checkSELinuxAccess() method in SELinux
/frameworks/base/core/jni/
Dandroid_os_SELinux.cpp438 …static jboolean checkSELinuxAccess(JNIEnv *env, jobject clazz, jstring scon, jstring tcon, jstring… in checkSELinuxAccess() function
504 …ang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" , (void*)checkSELinuxAccess },