Searched refs:SEMANAGE_FCONTEXT_ALL (Results 1 – 6 of 6) sorted by relevance
45 #define FCONTEXT_NONEXISTENT_TYPE SEMANAGE_FCONTEXT_ALL79 return SEMANAGE_FCONTEXT_ALL; in get_type()346 CU_ASSERT(semanage_fcontext_key_create(sh, "", SEMANAGE_FCONTEXT_ALL, in test_fcontext_key_create()355 SEMANAGE_FCONTEXT_ALL, &key) >= 0); in test_fcontext_key_create()436 helper_fcontext_get_type_str(SEMANAGE_FCONTEXT_ALL, "all files"); in test_fcontext_get_type_str()446 helper_fcontext_get_type_str(SEMANAGE_FCONTEXT_ALL - 1, "????"); in test_fcontext_get_type_str()510 == SEMANAGE_FCONTEXT_ALL); in helper_fcontext_create()
154 tmp_fcontext->type = SEMANAGE_FCONTEXT_ALL; in semanage_fcontext_create()201 case SEMANAGE_FCONTEXT_ALL: in hidden_def()
27 case SEMANAGE_FCONTEXT_ALL: in type_str()
251 if (type != SEMANAGE_FCONTEXT_ALL && type != SEMANAGE_FCONTEXT_DIR) in fcontext_matches()
44 #define SEMANAGE_FCONTEXT_ALL 0 macro
57 file_types[""] = SEMANAGE_FCONTEXT_ALL58 file_types["all files"] = SEMANAGE_FCONTEXT_ALL59 file_types["a"] = SEMANAGE_FCONTEXT_ALL