Home
last modified time | relevance | path

Searched refs:sepol_check_context (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libsepol/include/sepol/
Dcontext.h13 extern int sepol_check_context(const char *context);
/external/selinux/libsepol/utils/
Dchkcon.c37 if (sepol_check_context(argv[2]) < 0) { in main()
/external/selinux/libsepol/src/
Dlibsepol.map.in6 sepol_context_*; sepol_mls_*; sepol_check_context;
Dcontext.c21 int sepol_check_context(const char *context) in sepol_check_context() function
/external/selinux/policycoreutils/setfiles/
Dsetfiles.c99 if (sepol_check_context(context) < 0) { in canoncon()
/external/selinux/libselinux/utils/
Dsefcontext_compile.c24 if (policy_file && sepol_check_context(ctx) < 0) { in validate_context()
/external/selinux/libsepol/
DChangeLog806 * Added man page for sepol_check_context.
845 * Added sepol_set_policydb_from_file and sepol_check_context for setfiles.