Lines Matching defs:semanage_handle
36 struct semanage_handle { struct
47 semanage_handle_t * handle, const char *fmt, ...); argument
48 void *msg_callback_arg;
51 union {
53 } u;
56 sepol_handle_t *sepolh;
58 semanage_conf_t *conf;
60 uint16_t priority;
61 int is_connected;
62 int is_in_transaction;
63 int do_reload; /* whether to reload policy after commit */
64 int do_rebuild; /* whether to rebuild policy if there were no changes */
65 int commit_err; /* set by semanage_direct_commit() if there are
69 int modules_modified;
70 int create_store; /* whether to create the store if it does not exist
72 int do_check_contexts; /* whether to run setfiles check the file contexts file */
78 int timeout;
83 struct semanage_policy_table *funcs;
122 dbase_config_t * semanage_user_base_dbase_local(semanage_handle_t * handle) in semanage_user_base_dbase_local() argument