/external/selinux/libsepol/cil/src/ |
cil_tree.c | 702 cil_log(CIL_INFO, "USERBOUNDS: user: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); 808 cil_log(CIL_INFO, "ROLEBOUNDS: role: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); 986 cil_log(CIL_INFO, "TYPEBOUNDS: type: %s, bounds: %s\n", bnds->parent_str, bnds->child_str); [all...] |
cil_internal.h | 875 char *parent_str; member in struct:cil_bounds
|
cil_copy_ast.c | [all...] |
cil_resolve_ast.c | [all...] |
cil_policy.c | 966 fprintf(file_arr[ALLOWS], "typebounds %s %s;\n", bnds->parent_str, bnds->child_str); [all...] |
cil.c | [all...] |
cil_build_ast.c | [all...] |