Lines Matching defs:cil_db
279 struct cil_db { struct
280 struct cil_tree *parse;
281 struct cil_tree *ast;
282 struct cil_type *selftype;
283 struct cil_list *sidorder;
284 struct cil_list *classorder;
285 struct cil_list *catorder;
286 struct cil_list *sensitivityorder;
287 struct cil_sort *netifcon;
288 struct cil_sort *genfscon;
289 struct cil_sort *filecon;
290 struct cil_sort *nodecon;
291 struct cil_sort *ibpkeycon;
292 struct cil_sort *ibendportcon;
293 struct cil_sort *portcon;
294 struct cil_sort *pirqcon;
295 struct cil_sort *iomemcon;
296 struct cil_sort *ioportcon;
297 struct cil_sort *pcidevicecon;
298 struct cil_sort *devicetreecon;
299 struct cil_sort *fsuse;
300 struct cil_list *userprefixes;
301 struct cil_list *selinuxusers;
302 struct cil_list *names;
303 int num_types_and_attrs;
304 int num_classes;
305 int num_cats;
306 int num_types;
307 int num_roles;
308 int num_users;
309 struct cil_type **val_to_type;
310 struct cil_role **val_to_role;
311 struct cil_user **val_to_user;
312 int disable_dontaudit;
313 int disable_neverallow;
314 int attrs_expand_generated;
315 unsigned attrs_expand_size;
316 int preserve_tunables;
317 int handle_unknown;
318 int mls;
319 int multiple_decls;
320 int target_platform;
321 int policy_version;