Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c634 afsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_type_a_greater_b()
651 bfsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_type_b_greater_a()
660 afsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_fsstr_a_greater_b()
665 bfsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_fsstr_a_greater_b()
675 afsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_fsstr_b_greater_a()
680 bfsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_fsstr_b_greater_a()
690 afsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_equal()
695 bfsuse->type = CIL_FSUSE_XATTR; in test_cil_post_fsuse_compare_equal()
/external/selinux/libsepol/cil/src/
Dcil_internal.h839 CIL_FSUSE_XATTR = SECURITY_FS_USE_XATTR, enumerator
Dcil_write_ast.c1027 case CIL_FSUSE_XATTR: in cil_write_fsuse()
Dcil_tree.c1597 if (fsuse->type == CIL_FSUSE_XATTR) { in cil_tree_print_node()
Dcil_policy.c1678 if (fsuse->type == CIL_FSUSE_XATTR) { in cil_fsuses_to_policy()
Dcil_build_ast.c5152 fsuse->type = CIL_FSUSE_XATTR; in cil_gen_fsuse()