Searched refs:checkSELinuxAccess (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/os/ |
D | SELinuxTest.java | 40 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/ |
D | ZygoteConnection.java | 652 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/ |
D | SELinux.java | 126 …public static final native boolean checkSELinuxAccess(String scon, String tcon, String tclass, Str… in checkSELinuxAccess() method in SELinux
|
/frameworks/base/core/jni/ |
D | android_os_SELinux.cpp | 438 …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 },
|