Lines Matching defs:cil_db
270 struct cil_db { struct
271 struct cil_tree *parse;
272 struct cil_tree *ast;
273 struct cil_type *selftype;
274 struct cil_list *sidorder;
275 struct cil_list *classorder;
276 struct cil_list *catorder;
277 struct cil_list *sensitivityorder;
278 struct cil_sort *netifcon;
279 struct cil_sort *genfscon;
280 struct cil_sort *filecon;
281 struct cil_sort *nodecon;
282 struct cil_sort *portcon;
283 struct cil_sort *pirqcon;
284 struct cil_sort *iomemcon;
285 struct cil_sort *ioportcon;
286 struct cil_sort *pcidevicecon;
287 struct cil_sort *devicetreecon;
288 struct cil_sort *fsuse;
289 struct cil_list *userprefixes;
290 struct cil_list *selinuxusers;
291 struct cil_list *names;
292 int num_types_and_attrs;
293 int num_classes;
294 int num_cats;
295 int num_types;
296 int num_roles;
297 int num_users;
298 struct cil_type **val_to_type;
299 struct cil_role **val_to_role;
300 struct cil_user **val_to_user;
301 int disable_dontaudit;
302 int disable_neverallow;
303 int preserve_tunables;
304 int handle_unknown;
305 int mls;
306 int target_platform;
307 int policy_version;