HomeSort by relevance Sort by last modified time
    Searched refs:selinux_check_access (Results 1 - 3 of 3) sorted by null

  /external/libselinux/src/
checkAccess.c 18 int selinux_check_access(const char * scon, const char * tcon, const char *class, const char *perm, void *aux) { function
  /cts/tests/tests/security/jni/
android_security_cts_SELinuxTest.cpp 49 int accessGranted = selinux_check_access(tmp1, tmp2, objectClass.c_str(), permission.c_str(), tmp3);
  /external/libselinux/include/selinux/
selinux.h 277 extern int selinux_check_access(const char * scon,

Completed in 91 milliseconds