OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:security_check_context
(Results
1 - 13
of
13
) 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/libselinux/src/
check_context.c
12
int
security_check_context
(const char * con)
function
callbacks.c
37
return
security_check_context
(*ctx);
selinux_internal.h
14
hidden_proto(
security_check_context
)
android.c
866
rc =
security_check_context
(ctx_str);
936
rc =
security_check_context
(ctx_str);
1191
rc =
security_check_context
(secontext);
[
all
...]
/external/libselinux/include/selinux/
selinux.h
215
extern int
security_check_context
(const char * con);
/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/policycoreutils/newrole/
newrole.c
968
if (
security_check_context
(new_con) < 0) {
[
all
...]
Completed in 631 milliseconds