Home | History | Annotate | Download | only in unit

Lines Matching refs:permset

82 	cil_permset_init(&test_avrule->classpermset->permset);
84 cil_list_init(&test_avrule->classpermset->permset->perms_list_str);
88 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR);
113 cil_permset_init(&test_avrule->classpermset->permset);
115 cil_list_init(&test_avrule->classpermset->permset->perms_list_str);
119 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR);
144 cil_permset_init(&test_avrule->classpermset->permset);
148 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR);
869 struct cil_permset *permset;
870 cil_permset_init(&permset);
872 int rc = cil_fill_permset(test_tree->root->cl_head->cl_head->next->next->cl_head, permset);
885 struct cil_permset *permset;
886 cil_permset_init(&permset);
888 int rc = cil_fill_permset(test_tree->root->cl_head->cl_head->next->next->cl_head, permset);
901 struct cil_permset *permset;
902 cil_permset_init(&permset);
904 int rc = cil_fill_permset(test_tree->root->cl_head->cl_head->next->next->cl_head, permset);
917 struct cil_permset *permset = NULL;
919 int rc = cil_fill_permset(test_tree->root->cl_head->cl_head->next->next->cl_head, permset);
8160 CuAssertPtrNotNull(tc, ((struct cil_avrule*)test_ast_node->data)->classpermset->permset->perms_list_str);
8162 struct cil_list_item *test_list = ((struct cil_avrule*)test_ast_node->data)->classpermset->permset->perms_list_str->head;
8174 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "permset", ")", ")", NULL};
8218 char *line[] = {"(", "allow", "test", "foo", "(", "bar", "permset", ")", "extra", ")", NULL};