Home
last modified time | relevance | path

Searched refs:CIL_FSUSE_XATTR (Results 1 – 5 of 5) 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.h796 CIL_FSUSE_XATTR = SECURITY_FS_USE_XATTR, enumerator
Dcil_tree.c1465 if (fsuse->type == CIL_FSUSE_XATTR) { in cil_tree_print_node()
Dcil_policy.c282 if (fsuse->type == CIL_FSUSE_XATTR) { in cil_fsuse_to_policy()
Dcil_build_ast.c4953 fsuse->type = CIL_FSUSE_XATTR; in cil_gen_fsuse()