Home
last modified time | relevance | path

Searched refs:SEMANAGE_FCONTEXT_ALL (Results 1 – 6 of 6) sorted by relevance

/external/selinux/libsemanage/tests/
Dtest_fcontext.c45 #define FCONTEXT_NONEXISTENT_TYPE SEMANAGE_FCONTEXT_ALL
79 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()
/external/selinux/libsemanage/src/
Dfcontext_record.c154 tmp_fcontext->type = SEMANAGE_FCONTEXT_ALL; in semanage_fcontext_create()
201 case SEMANAGE_FCONTEXT_ALL: in hidden_def()
Dfcontexts_file.c27 case SEMANAGE_FCONTEXT_ALL: in type_str()
Dgenhomedircon.c251 if (type != SEMANAGE_FCONTEXT_ALL && type != SEMANAGE_FCONTEXT_DIR) in fcontext_matches()
/external/selinux/libsemanage/include/semanage/
Dfcontext_record.h44 #define SEMANAGE_FCONTEXT_ALL 0 macro
/external/selinux/python/semanage/
Dseobject.py57 file_types[""] = SEMANAGE_FCONTEXT_ALL
58 file_types["all files"] = SEMANAGE_FCONTEXT_ALL
59 file_types["a"] = SEMANAGE_FCONTEXT_ALL