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

  /external/selinux/libselinux/include/selinux/
get_context_list.h 37 extern int get_default_context(const char *user,
48 /* Same as get_default_context, but only return a context
56 /* Same as get_default_context, but only return a context
  /external/openssh/openbsd-compat/
port-linux.c 78 r = get_default_context(sename, NULL, &sc);
  /external/selinux/libselinux/src/
get_context_list.c 100 int get_default_context(const char *user, function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/selinux/
__init__.py 485 def get_default_context(*args): function
486 return _selinux.get_default_context(*args)
487 get_default_context = _selinux.get_default_context variable
    [all...]

Completed in 73 milliseconds