Home
last modified time | relevance | path

Searched refs:permset (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/test/integration_testing/
Dnonmls.cil45 (permissionset permset (open close))
47 (allow typea_t typeb_t testing permset)
Dmls_policy.cil69 (permissionset permset (open close))
71 (allow typea_t typeb_t testing permset)
/external/selinux/libsepol/cil/test/unit/
Dtest_cil_list.c40 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_list_init()
42 cil_list_init(&test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init()
43 CuAssertPtrNotNull(tc, test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init()
Dtest_cil_copy_ast.c616 …le *)test_ast_node->data)->classpermset->permset->perms_list_str->head->flavor, test_copy->classpe… in test_cil_copy_avrule()
617 …*)test_ast_node->data)->classpermset->permset->perms_list_str->head->data, (char*)test_copy->class… in test_cil_copy_avrule()
618 …*)test_ast_node->data)->classpermset->permset->perms_list_str->head->next->flavor, test_copy->clas… in test_cil_copy_avrule()
619 …est_ast_node->data)->classpermset->permset->perms_list_str->head->next->data, (char*)test_copy->cl… in test_cil_copy_avrule()
Dtest_cil_build_ast.c82 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_parse_to_list()
84 cil_list_init(&test_avrule->classpermset->permset->perms_list_str); in test_cil_parse_to_list()
88 …int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_A… in test_cil_parse_to_list()
113 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_parse_to_list_currnull_neg()
115 cil_list_init(&test_avrule->classpermset->permset->perms_list_str); in test_cil_parse_to_list_currnull_neg()
119 …int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_A… in test_cil_parse_to_list_currnull_neg()
144 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_parse_to_list_listnull_neg()
148 …int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_A… in test_cil_parse_to_list_listnull_neg()
869 struct cil_permset *permset; in test_cil_fill_permset() local
870 cil_permset_init(&permset); in test_cil_fill_permset()
[all …]