Lines Matching defs:cil_db
260 struct cil_db { struct
261 struct cil_tree *parse;
262 struct cil_tree *ast;
263 struct cil_type *selftype;
264 struct cil_list *sidorder;
265 struct cil_list *classorder;
266 struct cil_list *catorder;
267 struct cil_list *sensitivityorder;
268 struct cil_sort *netifcon;
269 struct cil_sort *genfscon;
270 struct cil_sort *filecon;
271 struct cil_sort *nodecon;
272 struct cil_sort *portcon;
273 struct cil_sort *pirqcon;
274 struct cil_sort *iomemcon;
275 struct cil_sort *ioportcon;
276 struct cil_sort *pcidevicecon;
277 struct cil_sort *devicetreecon;
278 struct cil_sort *fsuse;
279 struct cil_list *userprefixes;
280 struct cil_list *selinuxusers;
281 struct cil_list *names;
282 int num_cats;
283 int num_types;
284 int num_roles;
285 struct cil_type **val_to_type;
286 struct cil_role **val_to_role;
287 int disable_dontaudit;
288 int disable_neverallow;
289 int preserve_tunables;
290 int handle_unknown;
291 int mls;
292 int target_platform;
293 int policy_version;