OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkSELinuxAccess
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/tests/coretests/src/android/os/
SELinuxTest.java
40
ret = SELinux.
checkSELinuxAccess
(mycon, mycon, "process", "fork");
42
ret = SELinux.
checkSELinuxAccess
(mycon, mycon, "memprotect", "mmap_zero");
/frameworks/base/core/java/android/os/
SELinux.java
126
public static final native boolean
checkSELinuxAccess
(String scon, String tcon, String tclass, String perm);
/frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java
630
boolean allowed = SELinux.
checkSELinuxAccess
(peerSecurityContext,
694
boolean allowed = SELinux.
checkSELinuxAccess
(peerSecurityContext,
725
boolean allowed = SELinux.
checkSELinuxAccess
(peerSecurityContext,
794
boolean allowed = SELinux.
checkSELinuxAccess
(peerSecurityContext,
828
boolean allowed = SELinux.
checkSELinuxAccess
(peerSecurityContext,
[
all
...]
/frameworks/base/core/jni/
android_os_SELinux.cpp
354
* Function:
checkSELinuxAccess
363
static jboolean
checkSELinuxAccess
(JNIEnv *env, jobject, jstring subjectContextStr,
394
ALOGV("
checkSELinuxAccess
(%s, %s, %s, %s) => %d", subjectContext.c_str(), objectContext.c_str(),
428
{ "
checkSELinuxAccess
" , "(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Z" , (void*)
checkSELinuxAccess
},
Completed in 107 milliseconds