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

  /external/selinux/libselinux/src/
check_context.c 36 int security_check_context(const char * con)
51 hidden_def(security_check_context)
callbacks.c 38 return security_check_context(*ctx);
query_user_context.c 169 if (!security_check_context(user_context))
selinux_internal.h 16 hidden_proto(security_check_context)
get_context_list.c 307 if (security_check_context(*newcon) && errno != ENOENT) {
  /external/selinux/libselinux/include/selinux/
selinux.h 316 extern int security_check_context(const char * con);
411 then this defaults to a test based on security_check_context().
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 960 def security_check_context(*args): function
962 security_check_context = _selinux.security_check_context variable
    [all...]
  /external/selinux/libselinux/src/android/
android.c 951 rc = security_check_context(ctx_str);
1021 rc = security_check_context(ctx_str);
    [all...]
  /external/selinux/policycoreutils/newrole/
newrole.c 964 if (security_check_context(new_con) < 0) {
    [all...]

Completed in 1855 milliseconds