Searched refs:sepol_check_context (Results 1 – 7 of 7) sorted by relevance
13 extern int sepol_check_context(const char *context);
37 if (sepol_check_context(argv[2]) < 0) { in main()
6 sepol_context_*; sepol_mls_*; sepol_check_context;
21 int sepol_check_context(const char *context) in sepol_check_context() function
99 if (sepol_check_context(context) < 0) { in canoncon()
24 if (policy_file && sepol_check_context(ctx) < 0) { in validate_context()
806 * Added man page for sepol_check_context.845 * Added sepol_set_policydb_from_file and sepol_check_context for setfiles.