Home | History | Annotate | Download | only in src

Lines Matching refs:kind_str

1237 	char *kind_str;
1241 kind_str = CIL_KEY_IOCTL;
1253 rc = cil_symtab_get_datum(&class->perms, kind_str, &perm_datum);
1256 rc = cil_symtab_get_datum(&class->common->perms, kind_str, &perm_datum);
1260 cil_tree_log(node, CIL_ERR, "Invalid permissionx: %s is not a permission of class %s", kind_str, class->datum.name);